Aandi Inston
Thanks.
Thanks.
I think this is a big problem for you. You are using a method to
create a form XObject, but your words imply you are dealing with form
fields, which have no connection.
You must first understand which you need. The PDF Reference describes
both elements, and that is your next essential reading...
Aandi Inston
thanks.
Why not just fill the form with the required data, when you need it?
Aandi Inston
You are right, but I have to create a field using my plug in and not using the PDF tool and I must fill the field form using a text editor because the process that I use requires it.
I know that when I save a PDF document with a text editor I spoile it, but that is another problem that I have to solve later!!
Now I need only to create the field form with the API ACROBAT SDK!!!
Thanks very much for your help!!!!
Please help me one more time!!! please!!!
I search on the web for more detail documentation about it but I didn't found!!
Have you considered using FDF files to fill the form?
To create form fields you should refer to the Forms API document,
separately from the Core API (though you still need the Core API).
Aandi Inston
I have to admit, looking at the documentation, that the forms API is
not much help in creating form fields from a plug-in. You might as
well use the Cos API entirely. To emphasise: you have to know
everything about the internal structure of a form field in order to
create one.
Or, rather more easily, consider using the OLE component of the Forms
API, or JavaScript.
Aandi Inston