|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionInstruction | |
com.docmosis.document | |
com.docmosis.document.converter |
Uses of ConversionInstruction in com.docmosis.document |
Methods in com.docmosis.document that return ConversionInstruction | |
ConversionInstruction |
RenderRequest.getConversionInstruction()
Get the conversion instruction to use for this request. |
Methods in com.docmosis.document with parameters of type ConversionInstruction | |
static DocumentRenderResult |
DocumentProcessor.renderDoc(TemplateIdentifier templateId,
DataProvider dp,
ConversionInstruction instruction,
OutputStream streamTo)
Render the template specified by the given templateId with the given data according to the given instruction. |
RenderRequest |
RenderRequest.setConversionInstruction(ConversionInstruction conversionInstruction)
Set the conversion instruction to use for this request. |
Uses of ConversionInstruction in com.docmosis.document.converter |
Subclasses of ConversionInstruction in com.docmosis.document.converter | |
class |
ExtendedConversionInstruction
|
Methods in com.docmosis.document.converter that return ConversionInstruction | |
ConversionInstruction |
ConversionInstruction.setOutputFileName(String outputFileName)
Specify the filename for output. |
ConversionInstruction |
ConversionInstruction.setWordPasswordProtect(String password)
Set an encrypted password to protect a Word document. |
ConversionInstruction |
ConversionInstruction.setPdfPasswordProtect(String password)
Set a password to read-protect a PDF document. |
ConversionInstruction |
ConversionInstruction.setPdfMagnification(int magnification,
int zoom)
Set the magnification and zoom. |
ConversionInstruction |
ConversionInstruction.setPdfArchiveMode(boolean archiveMode)
Set whether to use PDF archive mode or not. |
ConversionInstruction |
ConversionInstruction.setPdfImageCompressionQuality(int quality)
Specifies quality of the JPG export. |
ConversionInstruction |
ConversionInstruction.setPdfInitialView(int view)
Specifies how the PDF document should be displayed when opened. |
ConversionInstruction |
ConversionInstruction.setPdfLosslessConversion(boolean lossless)
Specifies if graphics are exported to PDF using a lossless compression eg. |
ConversionInstruction |
ConversionInstruction.setPdfEmbedStandardFonts(boolean embed)
Specifies whether to embed the 14 standard PDF fonts or not. |
ConversionInstruction |
ConversionInstruction.setPdfWatermark(String text)
Set whether to use a watermark or not. |
ConversionInstruction |
ConversionInstruction.setPdfOpenInFullScreen(boolean fullScreen)
Set whether to open the PDF in fullscreen mode or not. |
ConversionInstruction |
ConversionInstruction.setPdfDisplayTitle(boolean title)
Set whether to display the document title (if available) in the PDF window title bar. |
ConversionInstruction |
ConversionInstruction.setPdfHideViewerMenubar(boolean hide)
Specifies whether to hide the PDF viewer menubar when the document is active. |
ConversionInstruction |
ConversionInstruction.setPdfHideViewerToolbar(boolean hide)
Specifies whether to hide the PDF viewer toolbar when the document is active. |
ConversionInstruction |
ConversionInstruction.setPdfHideViewerWindowControls(boolean hide)
Specifies whether to hide the PDF viewer controls when the document is active. |
ConversionInstruction |
ConversionInstruction.setPdfTagged(boolean tagged)
Specify whether the PDF should be tagged. |
ConversionInstruction |
ConversionInstruction.setCompressingSingleDocument(boolean compressingSingleDocument)
Specify whether a single resulting document should be automatically zipped to create a smaller file. |
ConversionInstruction |
ConversionInstruction.setConversionFormats(ConversionFormat[] conversionFormats)
Specify the conversion formats for the returned result. |
ConversionInstruction |
ConversionInstruction.setConverterGroupName(String converterGroupName)
Specify the name of the converter pool group to which this task is to be assigned. |
ConversionInstruction |
ConversionInstruction.setCleanupDataProvider(boolean cleanupDataProvider)
Specify whether the data provider should be cleaned up at the end of the render process. |
ConversionInstruction |
ConversionInstruction.setConvertOnly(boolean convertOnly)
Specify this instruction is flagged as "convert only" meaning extra processing (such as updating TOC and counting pages) is not done. |
ConversionInstruction |
ConversionInstruction.setRenderer(String name,
FieldRenderer renderer)
Set a renderer with the given name for use with this instruction. |
ConversionInstruction |
ConversionInstruction.setRenderer(Class forClass,
FieldRenderer renderer)
Set a renderer against the given Class for use with this instruction. |
Constructors in com.docmosis.document.converter with parameters of type ConversionInstruction | |
ConversionInstruction(ConversionInstruction other)
Create a standalone copy of the given conversion instruction. |
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |