PrizmDoc Server .NET SDK

Show / Hide Table of Contents

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

PDF output. Will be a single PDF file with multiple pages unless ForceOneFilePerPage is set to true.

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 true.

Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.