Control which pages to include in the output PDF using page ranges
pages
parameter allows you to specify which pages from the rendered document should be included in the final PDF output.
pages
parameter lets you select exactly which pages appear in the final document.
pages
parameter accepts a comma-separated list of page ranges using one-based indexing:
"3"
(includes only page 3)"1-5"
(includes pages 1 through 5)"1-5, 8, 11-13"
(includes pages 1-5, page 8, and pages 11-13)""
(includes all pages)