Output Font Option
Overview
Some output formats support specifying a preferred output font. Use font_name in ConvertOptions.
Supported Formats
- PDF to Word
- PDF to Excel
- PDF to PowerPoint
- PDF to Searchable PDF
- PDF to OFD
Example
ruby
options = ComPDFKitConversion::ConvertOptions.new
options.font_name = "Arial"1
2
2