Search found 1 match

by PATARINS
Mon Aug 22, 2011 9:31 pm
Forum: Programming
Topic: Merge PDF files
Replies: 0
Views: 13035

Merge PDF files

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 "shows...