Hi everybody.
I’m trying to combine several PDFs to one PDF File via Access (2010) VBA. I tried different scrits from the inet, but none worked 100%.
I print several reports to single PDFs.
Is it possible to combine several PDfs via commandline to one PDF?
I tried pdfcreator.exe /IF"test1.pdf"“test2.pdf” /OF"test3.pdf"
but it also did not worked.
Thanks for any help.
Big-Boot
Hi,
have you tried using the VBS script which comes with PDFCreator (version <1.9).
You could also use the pdfforge.dll for this.
best regards