Append to a PDF file using VB (1 Viewer)

DataMinerHome

Registered User.
Local time
Today, 11:58
Joined
Jan 4, 2010
Messages
57
I want to combine several reports, and also some query outputs, into one pdf file. I can do this currently by running each report or query, using PrimoPDF to print it, and then manually selecting the "append" option to append the next report to the existing file. However, this is cumbersome because there are 7 different reports I want to append to one pdf file, multiplied by about 30 different reporting options.

Rather than peform 210+ manual operations, I would sure like to be able to write some code to do this. However I don't see that PrimoPDF makes anything available through VB. So... any ideas?

The pdf writer that is integral to MS Access does not seem to be able to append to an existing pdf file.

Is there a way to do this? Or is it just a wrong-headed approach? Ideas?
 

DataMinerHome

Registered User.
Local time
Today, 11:58
Joined
Jan 4, 2010
Messages
57
Thanks, but I am really looking for a way to do this without buying a full version of Acrobat, as this is just a one time project for a volunteer organization (ie, no money available).
 

Users who are viewing this thread

Top Bottom