B
Brad
Here is what I am trying to accomplish. I have an access report (a
form letter) which the end user generates. Each letter has two
attachments which are linked to the database in a OLE field in PDF
format. Each of the attachments has to have the record ID on them so
the user adds it using the insert header function in PDF. Then prints
the documents. Because these letters are generated very frequently,
lots of time is wasted to open each PDF, insert the header, then print
the documents. So the goal is to use Acrobat SDK Api from VBA to
grab these documents, insert the header populating it with the record
ID field, then printing the PDF files.
I have search the internet and reviewed the Acrobat SDK documentation
and am fairly sure this can be accomplished but have not been able to
get this to work. I can print the PDF without problem its the insert
header and populate with recordID that I have not figured out.
Has anybody every working with PDF files with VBA who can offer some
assistance? Any help would be greatly appreciated.
form letter) which the end user generates. Each letter has two
attachments which are linked to the database in a OLE field in PDF
format. Each of the attachments has to have the record ID on them so
the user adds it using the insert header function in PDF. Then prints
the documents. Because these letters are generated very frequently,
lots of time is wasted to open each PDF, insert the header, then print
the documents. So the goal is to use Acrobat SDK Api from VBA to
grab these documents, insert the header populating it with the record
ID field, then printing the PDF files.
I have search the internet and reviewed the Acrobat SDK documentation
and am fairly sure this can be accomplished but have not been able to
get this to work. I can print the PDF without problem its the insert
header and populate with recordID that I have not figured out.
Has anybody every working with PDF files with VBA who can offer some
assistance? Any help would be greatly appreciated.