Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Break out pages in file

Status
Not open for further replies.

JCG4LOM

Technical User
Jul 10, 2003
18
0
0
US
Hi all:

I have PDF files that contain as many as a few hundred pages. I am looking for a way to write VB or VBA code that will break out each page of the source PDF into many PDF files each containing one page and each with a unique file name. Can this be done?

Thanks,
JCG4LOM
 
I'm sure you figured it out by now, but yes it can be done. All you would have to do is send whatever job you needed to the distiller, End the document("Printer.EndDoc") and give it a unique name. Once that page is done then repeat the proccess and ofcourse clear out any objects that you use in that process, a step I often forget.


adam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top