473,513 Members | 2,291 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can I use "AcroExch.App"

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
Nov 19 '05 #1
0 3106

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
6488
by: Russ Perry Jr | last post by:
I'm using "ID" and "Value" in the generic sense here... Let's say one page I had a <html:select> with a collection like this: <html:options collection="items" property="key"...
0
11004
by: SKC | last post by:
What I did before problem occured? Ans : When I REVOKE teh EXECUTE from a STORED PROCS called (SP1). and then re GRANTED the EXECUTE permission to SP1. SP1 is a SQL procedure on version 8 UDB....
1
13238
by: PISINC | last post by:
I am having a problem creating an instance of the Acrobat application COM component ("AcroExch.App") with C#. The component "AcroExch.App" lives in the Acrobat executable, and you can't add...
1
1471
by: Todd | last post by:
I was wondering if someone has had a similar situation. We have a legacy VB6 application that is fairly large. We'd like to write new code in C# and have it launched from the VB6 application so it...
5
2846
by: Dan C Douglas | last post by:
I have just installed VS.NET 2003 on my computer. I have a project that I have been developing on VS.NET 2002. I haven't upgraded this project to VS.NET 2003 yet and I am still developing it in...
13
2280
by: Kobee | last post by:
Hi, I'm having a few issues adapting to new 2.0 "website" project vs. the old 1.1 "web application". One of the major issues I'm having is with the notion of namespaces. Using the old way, I...
4
1593
by: Burt | last post by:
I'm working on a Windows app that pulls data from SQL Server, displays it on various forms and grids, and allows the user to update, insert, delete data. Some but not much business logic, just...
5
1227
by: =?Utf-8?B?RGF2ZSBCdXJkb24=?= | last post by:
I have an unmanged C++ app (App A) which launches my VB app (App B). I need the form in AppB to be invisible until App A post a windows message that App B recognises and shows its form and...
1
8579
by: sarveshscjp061 | last post by:
org.xml.sax.SAXParseException : Element type "web-app" must be declared this problem occurs when i start the tomcat 4.0.1 how do i solve this problem? thanks.
0
7267
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7175
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7391
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
5100
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4754
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3247
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3235
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.