How can I use "AcroExch.App"

  • Thread starter Thread starter gao ming via DotNetMonster.com
  • Start date Start date
G

gao ming via DotNetMonster.com

Now ,I want to add form field to existing pdf file .
below is vb code :
Set AcroExchAVDoc = CreateObject("AcroExch.AVDoc")
bOK = AcroExchAVDoc.Open("C:\mydoc.pdf", "")
If (bOK) Then
Set AFormAut = CreateObject("AFormAut.App")
Set Fields = AFormAut.Fields
End If
Set Field = Fields.Add("Name", "text", 0, 100, 650, 450, 675)
Field.SetBorderColor "RGB", 0.7, 0.5, 0.3, 0
Field.TextSize = "12"
Field.DefaultValue = "Enter your full name here"

I can't find "AcroExch.App".
How can I convert it to c#?


best regards
 
acrobat pdf problem

Hi,

I get an error "can't create activex object"

when i create object for AcroExch.App

please help me ,

I have installed adobe 7.0, do i need any extra components to create that object

if you have the link please forward it to me


thnkks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top