Reading and writing to pdf files

Status
Not open for further replies.

Rand

Registered User.
Local time
Today, 13:05
Joined
Jul 28, 2013
Messages
17
Not sure where i pieced together some of the code but i needed
to use it in a project and thought maybe this would be good for someone.
basically fill out the pdf form then open it in the database and change values then write them to the pdf.
in my case:
references:
microsoft office 14.0 object library
adobe acrobat 14 objec t library
I did not see anything related on the site so i decided to post this.
enjoy:)
 

Attachments

Hi Rand

This looks interesting, but I get an error when trying to write to the PDF - ActiveX component can't create object, on this line
Code:
Set AcroApp = CreateObject("AcroExch.App")
Is it required to have Acrobat installed to use the sample (as opposed to just Adobe Reader?)

Thanks
 
Status
Not open for further replies.

Users who are viewing this thread

Back
Top Bottom