I am looking for an easy way to extract and rename .pdf files from one main .pdf. This is a very tedious task taking me up to three hours to extract and rename 90 reports from 1715 page .pdf. I don't know how but thought I would ask just in case.
You can break PDF file into bunch of same-size chunks, split using bookmarks (every page range between bookmarks gets into separate file) or define custom document output by using page ranges. It's also possible to exctract pages out of document based on text content (using either simple keywords or regular expressions for text matching). Hope this helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.