logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
lxman Posted: Friday, November 3, 2017 5:50:08 AM(UTC)
 
Thank you
Paul Rayman Posted: Friday, November 3, 2017 5:46:39 AM(UTC)
 
Currently we are using PDF Reference sixth edition by Adobe.
You can find it here http://www.adobe.com/con...ve/pdf_reference_1-7.pdf

Looks like you need AcroForm dictionary (document.Root["AcroForm"])
Description of that dictionary can be found on page 672 at the reference above.
lxman Posted: Friday, November 3, 2017 5:12:26 AM(UTC)
 
I am studying that (The ISO 32000 document) Could any of you provide any further guidance? I thought that it might come down to having to manipulate the dictionaries themselves. Could you provide some specifics as to which one(s) and how?
Paul Rayman Posted: Friday, November 3, 2017 3:30:45 AM(UTC)
 
Hi,

Sorry for the late reply.


Unfortunately there is no any helper classes to add acro forms.
We are working on it now.

There is only one way to add fields - you may try to do that through dictionary.
(Document.Root property).
But in this case you should understand PDF internal format.
lxman Posted: Thursday, November 2, 2017 3:24:36 PM(UTC)
 
[Bump]

Hello?

Anything?
lxman Posted: Thursday, October 19, 2017 5:21:28 PM(UTC)
 
Do you have any examples that you could show on how to add new controls to an existing forms-enabled PDF document?

(e.g. to be able to add things such as comboboxes, checkboxes, textboxes, etc. for data collection purposes onto the form)

Or, if possible, how to create a new form and insert it into an existing document? My methodology might be a bit askance in this second request.

Any guidance would be appreciated.

Thank you,

Michael