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)
Paul Rayman Posted: Friday, July 22, 2016 12:53:36 AM(UTC)
 
Originally Posted by: mukesh Go to Quoted Post

The second part of my question is that when a signature is applied to an Acrobat PDF form, the PDF doc then becomes un-editable after that. Is there any function in your SDK that I can invoke to lock a form as un-editable even if it doesn't have signature field in it. (for example the user may complete the form and then chooses "to make it un-editable".


You need to call FlattenPage method before saving.
https://pdfium.patagames...a5-a359-d3dcccb0b422.htm
mukesh Posted: Thursday, July 21, 2016 11:37:54 PM(UTC)
 
Some Acro forms have functionality that allows the user to "draw" their signature. Here is the image of this "drawing" of the signature :
[img=https://drive.google.com/open?id=0B-wqk5M0AUQhVVIzakhXRUNMaTA]Draw signature[/img]

Does your control provide such a functionality in the control? Can you point me to a sample code for it?

The second part of my question is that when a signature is applied to an Acrobat PDF form, the PDF doc then becomes un-editable after that. Is there any function in your SDK that I can invoke to lock a form as un-editable even if it doesn't have signature field in it. (for example the user may complete the form and then chooses "to make it un-editable".