Uses of Class
com.docmosis.document.converter.ConversionInstruction

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 com.docmosis.document.DocumentConversionResult DocumentConverter.convert(File inputFile, File outputFile, ConversionInstruction conversionInstruction)
          Convert the given input file to the given output file.
static com.docmosis.document.DocumentConversionResult DocumentConverter.convert(File inputFile, File outputFile, ConversionInstruction conversionInstruction, ExternalResourcePermissions externalResourcePermissions)
          Convert the given input file to the given output file.
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.
static DocumentRenderResult DocumentProcessor.renderDoc(TemplateIdentifier templateId, DataProvider dp, ConversionInstruction instruction, OutputStream streamTo, ExternalResourcePermissions externalResourcePermissions)
          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.setCleanupDataProvider(boolean cleanupDataProvider)
          Specify whether the data provider should be cleaned up at the end of the render process.
 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.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.setOutputFileName(String outputFileName)
          Specify the filename for output.
 ConversionInstruction ConversionInstruction.setPdfArchiveMode(boolean archiveMode)
          Set whether to use PDF archive 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.setPdfEmbedStandardFonts(boolean embed)
          Specifies whether to embed the 14 standard PDF fonts or not.
 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.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.setPdfMagnification(int magnification, int zoom)
          Set the magnification and zoom.
 ConversionInstruction ConversionInstruction.setPdfOpenInFullScreen(boolean fullScreen)
          Set whether to open the PDF in fullscreen mode or not.
 ConversionInstruction ConversionInstruction.setPdfPasswordProtect(String password)
          Set a password to read-protect a PDF document.
 ConversionInstruction ConversionInstruction.setPdfRestrictAllowAccessibilty(boolean restrictAllowAccessibility)
          Set whether the document content can be extracted to be used in accessibility applications for a PDF document.
 ConversionInstruction ConversionInstruction.setPdfRestrictCopy(boolean restrictCopy)
          Set whether the pages and the document content can be extracted to be used in other documents (copy and paste) for a PDF document.
 ConversionInstruction ConversionInstruction.setPdfRestrictEditing(int changes)
          Specifies what changes are allowed for a PDF document.
 ConversionInstruction ConversionInstruction.setPdfRestrictPassword(String password)
          Set a password to restrict permissions for a PDF document.
 ConversionInstruction ConversionInstruction.setPdfRestrictPrinting(int printing)
          Specifies what printing is allowed for a PDF document.
 ConversionInstruction ConversionInstruction.setPdfTagged(boolean tagged)
          Specify whether the PDF should be tagged.
 ConversionInstruction ConversionInstruction.setPdfWatermark(String text)
          Set whether to use a watermark or not.
 ConversionInstruction ConversionInstruction.setPdfWatermarkColor(String colorHexValue)
          Specifies the color of the pdf watermark.
 ConversionInstruction ConversionInstruction.setPdfWatermarkFontName(String fontName)
          Specifies the font name of the pdf watermark.
 ConversionInstruction ConversionInstruction.setPdfWatermarkFontSize(int fontSize)
          Specifies the font size of the pdf watermark.
 ConversionInstruction ConversionInstruction.setPdfWatermarkRotation(int rotationAngle)
          Specifies the rotation angle of the pdf watermark.
 ConversionInstruction ConversionInstruction.setRenderer(Class forClass, FieldRenderer renderer)
          Set a renderer against the given Class for use with this instruction.
 ConversionInstruction ConversionInstruction.setRenderer(String name, FieldRenderer renderer)
          Set a renderer with the given name for use with this instruction.
 ConversionInstruction ConversionInstruction.setWordPasswordProtect(String password)
          Set an encrypted password to protect a Word document.
 

Constructors in com.docmosis.document.converter with parameters of type ConversionInstruction
ConversionInstruction(ConversionInstruction other)
          Create a standalone copy of the given conversion instruction.
 



Copyright © 2014–2023 Docmosis Pty Ltd. All rights reserved.