PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
ComPDF Conversion SDK supports converting PDF documents to OFD documents. Similar to searchable PDF, OFD conversion also supports OCR, page background preservation, and transparent text layers.
ConverterManager.setAIModel("<model_path>")
val ofdOptions = OfdOptions()
ofdOptions.enableOcr = true
ofdOptions.ocrLanguages = listOf(OCRLanguage.ENGLISH)
val error = ComPDFKitConverter.startPDFToOfd("scan.pdf", "", "output.ofd", ofdOptions)