0
'The input PDF cannot be split into more than 20 output PDFs.
New Here
,
/t5/acrobat-services-api-discussions/the-input-pdf-cannot-be-split-into-more-than-20-output-pdfs/td-p/12723885
Feb 02, 2022
Feb 02, 2022
Copy link to clipboard
Copied
i am reading a pdf file which have more than 2000 page, I am using splitoperation to spilt the pages and doing the ocr but it cannot split it to more than 20 pages
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-services-api-discussions/the-input-pdf-cannot-be-split-into-more-than-20-output-pdfs/m-p/12724307#M3528
Feb 02, 2022
Feb 02, 2022
Copy link to clipboard
Copied
The output files are not limited to 20 pages. The limitation is that a maximum of 20 files can be returned at a time. If you need more than 20 output files from a 2000 page input file, you'll need to make multiple API calls with different sets of page ranges.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

