Compress SVG
Generates compressed .svgz files rather than .svg (you will need to configure your web server to correctly serve these).
It is recommended to enable this setting as svg file sizes can be reduced by as much as 80-90%!
SVGZ files are simply SVG files which have been gzip compressed. Gzip compressed svg files are supported by all modern browsers (IE9 onwards, Firefox, Chrome, etc) as long as the web server is configured correctly.
More information: Enabling GZIP Compression
Expected values:
true
false
Default: false
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.compressSVG=true
Cloud
{ "org.jpedal.pdf2html.compressSVG": true }
Java
conversionOptions.setCompressSVG(true);