Layout for printing
The Toolbox add-on lets you create a layout of a PDF document that is ready for printing. Flatten form fields, set page dimensions, set page orientation, and place multiple pages onto one page.
This functionality is part of the Toolbox add-on, a separate SDK that you can use with the same license key as the Pdftools SDK. To use and integrate this add-on, review Getting started with the Toolbox add-on and Toolbox add-on code samples.
Flatten form fields
You can learn how to flatten form fields in a PDF document using our Flatten form fields sample project. This process turns the form field into non-interactive content while retaining its visual appearance.
Set page dimensions
Learn how to set the dimensions of a PDF page using the Fit pages to specific page format sample project. In this project, you also learn how to detect the page orientation and automatically rotate and scale it if it doesn't fit the target page format.
Set page orientation
Learn how to adjust the orientation of a PDF page using the Set page orientation sample project.
Place multiple pages onto one page
Learn how to place multiple PDF pages onto a single page using the Place multiple pages on one page sample project.