Skip to content
DemoFAQ

PDF Generation Template Editor

Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.

View on GitHub

Convert PDF to RTF

Overview

RTF is a popular text format that can retain text format and style information and can be read by many text editors.

Sample

ruby
options = ComPDFKitConversion::ConvertOptions.new
result = ComPDFKitConversion::Conversion.start_pdf_to_rtf(
  input_file_path,
  "",
  output_file_path,
  options
)