Skip to content

PDF Generation Template Editor

Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.

View on GitHub

Copy Pages

This example shows how to copy pages:

javascript
// Copy the first page of the document.
const pagesIndexToCopy = [0];
docViewer.copyPages(pagesIndexToCopy);