Combining PDF files within visual basic

K

krcmd1

I am printing out a report from visual basic to pdf format. Is there a way
to append the report to an existing PDF file if one already exists with the
same name?

Thanks

Ken C.
 
T

Tom van Stiphout

On Sat, 4 Jul 2009 10:57:01 -0700, krcmd1

THere is nothing built-in, but you may be able to use a tool like
Stitcher that can put several PDF files together as one.

-Tom.
Microsoft Access MVP
 
A

Albert D. Kallal

krcmd1 said:
I am printing out a report from visual basic to pdf format. Is there a way
to append the report to an existing PDF file if one already exists with
the
same name?

You don't mention what version of ms-access. However, if you use Stephan's
code, it not only eliminates the needs to install a pdf printer driver, but
it also has the ability to merge pdf files...

You can find this example + utility here:
http://www.lebans.com/reporttopdf.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top