There are lots of suggestions on SO and elsewhere for using non-Adobe products to programmatically combine PDF files.
Is there no way to (fairly easily) use my paid copy of Adobe Acrobat Standard (not Reader) to programmatically combine two or more PDF files into a new PDF file (I know it can be done manually with combine -> multiple files)?
Would prefer a command (e.g., copy file1.pdf file2.pdf combined.pdf), but would be willing to resort to VBA.
Thanks for any ideas!