pdfrx_web
    Preparing search index...

    Interface PdfEncodeOptions

    Options for PdfDocument.encodePdf.

    interface PdfEncodeOptions {
        incremental?: boolean;
        mode?: PdfEncodeMode;
        removeSecurity?: boolean;
    }
    Index
    incremental?: boolean

    Requests incremental serialization. Not supported by compact.

    in-place materializes the arrangement into the live document; copy clones a catalog-preserving base first; compact rebuilds the arranged pages and their reachable page-level objects in a fresh document. Defaults to in-place.

    removeSecurity?: boolean

    Removes document security while serializing.