PrizmDoc® Viewer v13.26 Release - Updated
PrizmDoc Viewer / Administrator Guide / PrizmDoc Server / Configuring / Enable Pre-Conversion to PDF
In This Topic
    Enable Pre-Conversion to PDF
    In This Topic

    Introduction

    DEPRECATION NOTICE: The "v3" viewing package REST APIs have been deprecated and will be removed in a future release.

    The PrizmDoc Server provides a "v3" Viewing Packages API that allows you to pre-convert documents of any supported format to PDF.

    In order to enable the "v3" Viewing Packages API, you need to configure both of the following storage types for "v3" Viewing Packages.

    Configure the "v3" Viewing Package Metadata Storage

    PrizmDoc Server stores "v3" Viewing Package Metadata in a database. In order to use the feature, you need to:

    Configure the "v3" Viewing Package Artifact Storage

    PrizmDoc Server supports the use of Amazon S3 for storing "v3" Viewing Package Artifacts. In order to use the feature, you need to:

    • Enable the use of the "v3" Viewing Package Artifacts Storage using the viewingPackagesArtifacts.storage central configuration parameter.
    • Specify S3 bucket name and prefix to append to the name of all S3 objects created using viewingPackagesArtifacts.path and viewingPackagesArtifacts.s3BucketName central configuration parameters.

    Your S3 user must have READ and WRITE permissions on the specified bucket. Make sure that s3:PutObject and s3:DeleteObject permissions are granted.