[]
type SavePdfOptions = object;
Provides options for saving a PDF document.
optional pdfStreamHandling?: PdfStreamHandling;
Specifies how existing PDF streams will be handled when the document is saved.
optional saveMode?: SaveMode;
Specifies the PDF save mode.
optional useObjectStreams?: UseObjectStreams;
Indicates whether to use object streams when saving the PDF.