hellsreach
New Member
- Joined
- Dec 22, 2015
- Messages
- 19
This my be outside the scope of this messageboard.
I have a number of automation processes running many reports and such.
One of the tasks that needs to be done is to save an word file as a PDF. This is, of course, trivial in VBA. However...
What I really need to do is use Acrobat DC ability to remove pages, insert a new (signature) page that I scan to myself (as PDF) and save. I know VERY little about Acrobats API support. But I do know they support JavaScript. My thought is to run JavaScript code from inside a VBA to interface with the Adobe API has anyone ever done this?
Is there a better way?
I have a number of automation processes running many reports and such.
One of the tasks that needs to be done is to save an word file as a PDF. This is, of course, trivial in VBA. However...
What I really need to do is use Acrobat DC ability to remove pages, insert a new (signature) page that I scan to myself (as PDF) and save. I know VERY little about Acrobats API support. But I do know they support JavaScript. My thought is to run JavaScript code from inside a VBA to interface with the Adobe API has anyone ever done this?
Is there a better way?