Page 1 of 1

Merge PDF files

Posted: Mon Aug 22, 2011 9:31 pm
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