Link

Included Fonts

Set fonts to convert to and include in HTML and CSS output.

Expected values: Any comma separated list containing:

  • woff
  • otf
  • woff_base64
  • otf_base64

Default: woff

Usage Examples

Command Line

-Dorg.jpedal.pdf2html.includedFonts="woff_base64"

Cloud

{ "org.jpedal.pdf2html.includedFonts": "woff_base64" }

Java

conversionOptions.setIncludedFonts(new ConversionOptions.Font[]{ConversionOptions.Font.WOFF_BASE64});

Start Your Free Trial


Customer Downloads