Merge PDF files

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
PATARINS
Posts: 1
Joined: Mon Aug 22, 2011 9:25 pm

Merge PDF files

Post by PATARINS »

Good evening,

I would like to merge two pdf files using VBA coding and Bullzip Printer.
I used the following code but it's doesn't work :

Set objPrinterSettings = CreateObject("Bullzip.PDFPrinterSettings")

savepath = "C:/test.pdf"

With objPrinterSettings
.SetValue "output", savepath
.SetValue "showsettings", "never"
.SetValue "mergefile", savepath & A & B
.WriteSettings True
End With

Is anybody one have an idea about this topics ?

Thanks for help.

Samuel PATARIN
Post Reply