Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adobe AcroExch class library???
Message
From
12/02/2008 20:53:04
Chris Sund
Silhouette Solutions
Utah, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Adobe AcroExch class library???
Miscellaneous
Thread ID:
01292006
Message ID:
01292006
Views:
227
Has anyone tried to use Adobe's SDK for editing PDF's?

I found the following code example, but I have no idea where or how I get the Acroexch class library. I've tried finding answers on adobe's website, but I simply don't understand. Not to mention they don't have any specific answers for VFP.

Any help would be appreciated.
AcroExchAVDoc = CreateObject("AcroExch.AVDoc") 
AcroExchAVDoc.Open('c:\vpmapps\tlp\myfile.pdf', '') 
AFormAut = CreateObject("AFormAut.App") 
Fields = AFormAut.Fields 
*-- Add a Text Field to the PDF, named Instructions. 
Field = Fields.Add("Instructions", "text", 0, 70, 740, 543, 790) 
*-- Set Font Size of Text Field. 
Field.TextSize = "72" 
Next
Reply
Map
View

Click here to load this message in the networking platform