The PDF format specification defines five separate "Page Boundaries" that control various aspects of the imaging process. The PDF Conversion Service supports "Media box" or "Crop box" to convert a source PDF document image(s). The PDF Conversion Service configuration file allows setting what boundary is used. By default, the PDF Conversion Service is configured to use the "Media box" boundary.
To modify the page boundary setting using central configuration:
Example |
Copy Code
|
---|---|
fileTypes.pdf.pageBoundaries: mediaBox |
To modify the page boundary setting using legacy configuration:
The useCropBox property is optional. If the config file does not contain the property, then the service uses the "Media box" boundary for PDF document conversion.
Example Copy Code { ... "useCropBox":true, ... }
The Config file "useCropBox" property is supported starting with PrizmDoc v9.1.