Link

Inline SVG

Inline SVG within HTML (pure svg text modes only).

This inlines the SVG within HTML so that there is no separate .svg file.

Expected values:

  • true
  • false

Default: false

Usage Examples

Command Line

-Dorg.jpedal.pdf2html.inlineSVG=true

Cloud

{ "org.jpedal.pdf2html.inlineSVG": true }

Java

conversionOptions.setInlineSVG(true);

Start Your Free Trial


Customer Downloads