NPM Package/docs/components/pdf/page-insert-blank
Page Insert Blank
Insert blank pages into the current PDF with page-insert-blank using the SDK.
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 canvas where to insert the blank pages, how many to create, and what size they should be.
- Required fields:
pageRange,count,width, andheight. - Use document pixel units for
widthandheight. - 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.
typescript
Example
Example showing how to insert blank pages programmatically:
typescript
Vanilla TS Integration
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.
