Extract Pages
This procedure extracts individual pages from a document or file.
Last updated
Was this helpful?
This procedure extracts individual pages from a document or file.
Last updated
Was this helpful?
📘 Prerequisites
Ensure you have the Document Processing Book before using this operation. After learning the Book, make sure to publish your Agent and create a new Playground for it to take effect.
This operation extracts individual pages from a document or file, creating a separate document for each page.
By default, all pages in the document are extracted as separate pages:
Optionally, you can specify a range of pages for extraction:
Note:
Providing only the start page extracts from that page to the last page.
Providing only the end page extracts from the first page to that page.
Providing both the start page and the end page will extract the pages within that range.
This table lists the names of the data components in this operation and their properties.
the document
Yes
Required
the start page
No
Optional
the end page
No
Optional
The table below lists the parameters in the operation. Parameters are placeholders for data values. In the operation's syntax, replace the parameters with your own data values as needed.
start
The starting page number. Defaults to the first page.
2
Optional
end
The ending page number. Defaults to the last page.
5
Optional
In this example, no start or end pages are specified, so all pages will be extracted.