Page Flattening Image Threshold
Set the threshold for the number of images which, once reached, will cause the page will be flattened into a single image to improve performance in the browser.
Expected values:
- Any positive integer value
Default: 200
Since: 2023.05
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.pageFlatteningImageThreshold=250
Cloud
{ "org.jpedal.pdf2html.pageFlatteningImageThreshold": 250 }
Java
conversionOptions.setPageFlatteningImageThreshold(250);