Link to home
Start Free TrialLog in
Avatar of rogerdjr
rogerdjrFlag for United States of America

asked on

I need to break-up a large pdf into smaller pdfs (selected pages) with vba code

I am trying to add a process that extracts several pages from a pdf, and in a perfect world, the same application would ocr those pages, saving the extracted pages in a specific file
Avatar of jonahzona
jonahzona
Flag of United States of America image

I dont know if this is exactly what you are looking for, but you could use CutePDF.

CutePDF is a small app that installs a printer on your machine that "prints" your file to a PDF. You can set resolution and everything. If you print specific pages, it will take those pages out of your document and make them into a seamless PDF.

Also, it is free! Hope that helps!

http://cutepdf.com/
ASKER CERTIFIED SOLUTION
Avatar of Andrew
Andrew
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rogerdjr

ASKER

Thanks for the comments - Cutepdf doesn't do what I meed

I have tried with adope pro - still requires me to do it manually - Iwas hoping for an automated process.

Thanks
Avatar of GrahamSkan
I found this site, which might be enough to get you started:

http://www.pdfscripting.com/
Not really a solution to my problem - i did the work manually and am moving on to the next task