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 PDFs to RTF files now.
This sample demonstrates how to convert from a PDF to RTF file.
RtfOptions *options = [[RtfOptions alloc] init];
[CPDFConversion startPDFToRtf:@"rtf.pdf" password:@"password" outputPath:@"path/output.rtf" options:options];