Skip to main content
Version: 1.5

Print

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 sample project. This process turns the form field into non-interactive content while retaining its visual appearance.

Quick start

Download the full sample now in C#, Java, and C.

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.

Quick start

Download the full sample now in C#, Java, and C.

Set page orientation

Learn how to adjust the orientation of a PDF page using the Set page orientation sample project.

Quick start

Download the full sample now in C#, Java, and C.

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.

Quick start

Download the full sample now in C#, Java, and C.