WritePDFOptions
Since
1.0.0
Properties
fileUri
fileUri: string;
The file path where to save the PDF document.
Since
1.0.0
overWrite
overWrite: boolean;
if file already exist, indicate whether to override it or to append number.
Example
'TestPDF(1).pdf'
Since
1.0.0
pageFormat
pageFormat: PDFPageFormat;
The PDF page format, refer to PDFPageFormat.
Since
1.0.0
maxSizeKB?
optional maxSizeKB: number;
the maximum file size in KB of the PDF or 0 if no compression should be applied. The PDF will only be compressed if the uncompressed PDF would exceed the max you have set. Please be aware, that if the PDF gets compressed, the quality decreases and the PDF generation will take longer.
Since
2.0.1