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.
RTF is a popular text format that can retain the format and style data of the text, and it is convenient for most text readers to read and write. Integrate ComPDF Conversion SDK to convert PDF to RTF files now.
This sample demonstrates how to convert from a PDF to RTF file.
ConvertOptions opt;
// PDF to RTF.
CPDFConversion::StartPDFToRtf("rtf.pdf", "password", "path/output.rtf", opt);