Clip Offset Amount
Set the distance in pixels that polygons are expanded by in order to reduce fractional white lines. A value of 0
will disable this feature.
Expected values:
- Float value greater than or equal to
0
, e.g.0.3
Default: 0.3
Since: 2024.05
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.clipOffsetAmount=0.3
Cloud
{ "org.jpedal.pdf2html.clipOffsetAmount": 0.3 }
Java
conversionOptions.setClipOffsetAmount(0.3f);