/docs/components/pdf/page-insert-blank
Page Insert Blank
Insert blank pages into the current PDF with page-insert-blank.
The `page-insert-blank` action creates new blank pages inside the current PDF. The host does not provide another file for this workflow.
Instead, the host tells the viewer where to insert the blank pages, how many to create, and what size they should be.
- Required fields: `pageRange`, `count`, `width`, and `height`.
- Use document pixel units for `width` and `height`.
- This action is useful when operators need spacer pages, title sheets, or placeholders.
Insert two blank pages at the selected location in the current PDF.
Example
Use this full standalone HTML document when you want a minimal host page for blank-page insertion.
html
Complete HTML Example
Open the focused demo to test blank-page insertion live.
PDF Page Insert Blank Demo
Focused live demo for page-insert-blank.
Preview opens in a large modal for zoom-friendly review.
