To customize vector conversion settings, edit the Watchdog configuration file located in the following default directories:
- Windows: C:\Prizm\PCCIS\Watchdog\watchdog.config
- Linux: /usr/share/prizm/pccis/Watchdog/watchdog.config
To achieve optimal performance for document conversion, please consider adjusting values for the following parameters:
Example |
Copy Code
|
"vectorConversionService": {
...
"vectorTolerance":0.3,
...
},
|
- vectorTolerance - This parameter lets PCCIS optimize the loading time for vector documents which contain complex polylines, by removing vertices which are very close together (technically, we remove vertices which are very close to the line drawn between their neighbor vertices). The value of the parameter defines the distance in pixels by which points of polylines can be displaced during optimization. The default value is 0.3, which means that polylines will not be displaced farther than 0.3 pixels at 100% zoom. Valid range is from 0.0 to 10.0. A value of 0 means no quality loss, larger values introduce more distortion.