beginRenderToFilePath

abstract fun beginRenderToFilePath(pdfFilePath: String, pdfConfig: PdfConfiguration): Result<Unit>

Deprecated

Use beginRenderToFilePath(FileOutputStream(file))


Deprecated

Use beginRenderToFilePath(ByteArrayOutputStream())