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.
Flatten form fields
You can learn how to flatten form fields in a PDF document using our Flatten form fields (C, C#, Java, Python) code example. 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 (C, C#, Java, Python) code example. 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 (C, C#, Java, Python) code example.
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 (C, C#, Java, Python) code example.