|
Rank: Newbie Groups: Member
Joined: 10/26/2014 Posts: 4
|
hello, i wish to add signature field to html string and i am looking for an good example.
i tried adding input box and using AcmPageLayout and AcmRender i succeded to make such a box but it seems like it is locked. and i was unable to sign it. i attached an image of the pdf header in order for you to see the result of the locked pdf i receive. and in order for you to explain me what can i do in order to create it with out locking the form.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, You will need to use PdfSigner class for this purpose: http://www.essentialobjects.com/doc/4/advanced/sign.aspxYou would use this property to set the location of the signature field: http://www.essentialobjects.com/doc/4/eo.pdf.pdfsigner.location.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/26/2014 Posts: 4
|
i have a regular simple html. how do i add this object on the page? how do i place it where i wish. please fully working exapmle with html and cs code that explains how to place it on page.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have looked into this issue and found that the signature location feature is in fact not exposed in the current build. We will enable it and post a new build first. After that we will reply again with the sample code.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/18/2013 Posts: 67
|
Hello!
How is the progress with it? Is it done? We have used your library for more than year to generate our documents and we like it. But now we need to either generate signature field from html or add it to already converted to pdf (from html) document.
Is it possible now? We need customers to sign our pdf documents after we generated them from html. So we need a special field for a signature which is shown as an input field where the customer can draw their signature.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Maxim wrote:Hello!
How is the progress with it? Is it done? We have used your library for more than year to generate our documents and we like it. But now we need to either generate signature field from html or add it to already converted to pdf (from html) document.
Is it possible now? We need customers to sign our pdf documents after we generated them from html. So we need a special field for a signature which is shown as an input field where the customer can draw their signature. Unfortunately this feature is not available yet. We did try to implement it but ran into some issues. However this is an important issue so we will revisit it again and hopefully we can implement this soon.
|
|