Copy link to clipboard
Copied
Hi all,
I use Extract API, i wanted to know if i can mention number of pages while calling the API,
for example : I want to run services for pages 50-100 in 10,000 page document.
Is something like this possible?
Copy link to clipboard
Copied
At this time, you cannot specify page ranges for Extract API. Additionally, Extract API has a page number limitation of 200 pages so you'd need to split the document first anyway so you might consider splitting the file to get the pages you want to extract first then use Extract API.
Copy link to clipboard
Copied
Thanks for sharing the information @Joel_Geraci
A little bit of naive question, but does splitting pdf lose information?
If yes, then what pdf splitting software should be used to prevent so? (pdftk, pdfseparate...)