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
Merge PDF files
Moderator: jr