Pdf Generator
Functions
Link copied to clipboard
Adds a page to the PDF document from an ImageRef
Link copied to clipboard
Adds a page to the PDF document from an image file path. It is recommended to use addPage with ImageRef created in a lazy mode instead.
Link copied to clipboard
Adds a page to the PDF document from a JPEG byte array. It is recommended to use addPage with ImageRef created in a lazy mode instead.
Link copied to clipboard
Link copied to clipboard
open override fun beginRenderToFilePath(pdfFilePath: String, pdfConfig: PdfConfiguration): Result<Unit>
Link copied to clipboard
Link copied to clipboard