[]
        
(Showing Draft Content)

SavePdfOptions

Type Alias: SavePdfOptions

type SavePdfOptions = object;

Provides options for saving a PDF document.

Properties

pdfStreamHandling?

optional pdfStreamHandling?: PdfStreamHandling;

Specifies how existing PDF streams will be handled when the document is saved.


saveMode?

optional saveMode?: SaveMode;

Specifies the PDF save mode.


useObjectStreams?

optional useObjectStreams?: UseObjectStreams;

Indicates whether to use object streams when saving the PDF.