Enum DestinationFileFormat
Output file format to use when performing a document conversion.
Namespace: Accusoft.PrizmDocServer.Conversion
Assembly: PrizmDocServerSDK.dll
Syntax
public enum DestinationFileFormat
Fields
Name | Description |
---|---|
Docx | DOCX output. Will be a single DOCX file with multiple pages. |
Jpeg | JPEG output. Because the JPEG file format only supports a single page, multiple JPEG files will be created for each page of output. |
PDF output. Will be a single PDF file with multiple pages unless ForceOneFilePerPage is set to |
|
Png | PNG output. Because the PNG file format only supports a single page, multiple PNG files will be created for each page of output. |
Svg | SVG output. Because the SVG file format only supports a single page, multiple SVG files will be created for each page of output. |
Tiff | TIFF output. Will be a single TIFF file with multiple pages unless ForceOneFilePerPage is set to |