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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Merging of 2 pdf files using VBA and Acrobat Distiller

Status
Not open for further replies.

Flo79

Technical User
Nov 12, 2002
80
US
Hi there,

I am rattled by the fact that I cn't seem to find the solution to the following problem:

I need vba code that will merge 2 pdf files into one.

Both files already exist outside of Microsoft Access.

I am using Distiller 6.0.

I need this to work completely without user interaction i.e. no pop-up windows & such.

Any Hlep would be greatly appreciated, as I have never dealt with VBA in conjunction with Acrobat before.

Regards,

FGP
 
There is a utility out there called pdftk.exe that you can call from inside your code providing you know the file names you want to merge.

I created a VB app for one of our adminstration people. It works real well.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top