begin Render To File Path
open override fun beginRenderToFilePath(pdfFilePath: String, pdfConfig: PdfConfiguration): Result<Unit>
Deprecated
Use beginRenderToFilePath(FileOutputStream(file))
Deprecated
Use beginRenderToFilePath(ByteArrayOutputStream())