Extract Pages
Extracts specified pages from a document or file as individual page documents.
Last updated
Was this helpful?
Extracts specified pages from a document or file as individual page documents.
This procedure extracts specific pages from a document or file. Each extracted page becomes a separate document that can be processed independently in your automation.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
extract pages from {the source}Begins page extraction from the specified document.
This phrase should be written on a new line.
✅ Yes — This phrase is required.
✅ Yes — Replace the source with a reference to a document or file.
extract pages from the documentthe start page is xSpecifies the first page to extract.
Indented under extract pages from {the source}.
❌ No — This phrase is optional.
✅ Yes — Replace x with a page number (1-based index). If not specified, it defaults to the first page.
the start page is 2the end page is ySpecifies the last page to extract.
Indented under extract pages from {the source}.
❌ No — This phrase is optional.
✅ Yes — Replace y with a page number (1-based index). If not specified, it defaults to the last page.
the end page is 5Extracts pages 3-7 from a document.
Extracts from the first page to page 4.
Extracts from page 21 to the last page.
In this example, no start or end pages are specified, so all pages are extracted.
Last updated
Was this helpful?
Was this helpful?
extract pages from the document where
the start page is 3
the end page is 7extract pages from the document where
the end page is 4extract pages from the document where
the start page is 21extract pages from the document
