I am trying to do the following thing from Excel vba:
- Export certain worksheets to pdf
- Take an existing pdf document and insert it in the newly generated pdf at a specific place (not necessarily at the end or at the beginning)
- Number the pages of the merged pdf, omitting two title pages
I already figured out the first step. For the second and third step, I have Adobe Acrobat XI Pro at my disposal. Since I want to do this in one go from vba, I have downloaded the Acrobat SDK. From some quick Googling, I think I should be able to figure out the second step now, using the IAC, but the third step (oddly) seems the most difficult. Any suggestions would be welcome.
Best, NiH