[]
DsPdfJS API / PdfDocumentOptions
PdfDocumentOptions =
object
Provides options for creating a new PdfDocument.
optionalcompressionLevel:CompressionLevel
The compression level. The default is "Fastest".
optionalconformanceLevel:PdfAConformanceLevel
The PDF/A conformance level. The default is "None".
optionaldefaultPageHeight:number
The default height of new pages, in points.
optionaldefaultPageWidth:number
The default width of new pages, in points.
optionalfontEmbedMode:FontEmbedMode
The font embedding mode. The default is "EmbedSubset".
optionalpdfFontFormat:PdfFontFormat
The format used to represent fonts in the PDF document. The default is "Type0AutoOneByteEncoding".
optionalstandardFontEmbedMode:FontEmbedMode
The font embedding mode for the 14 standard PDF fonts. The default is "NotEmbed".