Defines the PdfDocument class and associated classes.
ptToPx(value: number): number
Converts a point unit value to a pixel unit value.
The value to convert.
pxToPt(value: number): number
Converts a pixel unit value to a point unit value.
saveBlob(blob: Blob, fileName: string): void
Saves the Blob object as a file.
The Blob object to save.
The name with which the file is saved.
Defines the PdfDocument class and associated classes.