Page Insert
Insert pages from another PDF into the current PDF with page-insert.
The `page-insert` action imports pages from another PDF file into the current PDF. The parent provides a browser `File` object and identifies which source pages should be inserted.
The target location is defined by `pageRange` in the current PDF, while `selectedPages` identifies the pages to import from the source file.
- Required fields: `pageRange`, `file`, and `selectedPages`.
- The `file` value must be the source PDF chosen in the parent application.
- Use this action when you are adding pages without replacing existing ones.
Pick the source PDF from a file input, then send the insertion request with the selected source pages.
Use this full standalone HTML document when you want a minimal host page for inserting pages from another PDF.
Open the focused demo to test page insertion from another PDF file.
PDF Page Insert Demo
Focused live demo for page-insert.
Preview opens in a large modal for zoom-friendly review.
