azizrasul
Well-known Member
- Joined
- Jul 7, 2003
- Messages
- 1,304
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
I am trying to merge 2 win2pdf files (pdf1.pdf and pdf2.pdf). I have been given the following command line to create the merged file called pdf3.pdf. Is there a way of using Shell to do this? I tried the following which didn't error but didn't do anything either.
Code:
Shell("c:\windows\system32\spool\drivers\x64\3\win2pdfe.exe append L:\pdf1.pdf L:\pdf2.pdf L:\pdf3.pdf")