Electronic signatures are digital representations of a person's "wet" or "live" signature.
Questions tagged [electronic-signature]
162 questions
0
votes
2 answers
Create PDF file from HTML and send it to user for signature
I have a HTML form to signup user. After filling that form I want to generate a PDF file from these input and then send that generated PDF to user for signature.
Can anyone help me how can I do this using any Adobe PDF tool.

Emdadul Sawon
- 5,730
- 3
- 45
- 48
0
votes
0 answers
Signature Verification
I'm investigating about what would be a valid approach in order to provide a method to verify a user operation by his signature. The application must verify the user through it's fingertip signature, upon a particular action to be executed by…

Chuck Norris
- 963
- 1
- 9
- 17
0
votes
1 answer
Why do Adobe Signatures increase the file size so much?
Adobe Acrobat's "Signature" function makes absolutely no sense to me.
Whether I add a signature as a monotone black-and-white 30 KB GIF with 1/4 the pixels or a 300 KB gray-scale PNG, the PDF's size still increases over 300KB while maintaining the…

user8517093
- 13
- 1
0
votes
2 answers
why i am getting electron builder codesign error
I have below settings for co-design through pfx file and password. I don't know why do I need subjectName here. and why I am getting this error.

Habibul Hasan
- 103
- 1
- 13
0
votes
0 answers
Verify signature generated online with public key
I work with (browser token signing ) to sign a text with x509 certificate. I'd like to verify that the Generated signature is valid or not.
is there any tools to verify the Generated signature online or other way????
test signature

BLAYTI Ribh
- 71
- 1
- 9
0
votes
0 answers
How to implement digital signature authentication in Docusign Rest API
We have integrated the DocuSign Rest API with Java application successfully and normal flow of document works fine. Now i need to integrate digital signature process. Is there any way of authentication by digital certificates.

Anurag Dadheech
- 629
- 1
- 5
- 14
0
votes
3 answers
Digital Signature: Certificate of a Signer using SignServer Java
I have a requirement to create digital signature on behalf of client using SignServer. I am a little bit confused regarding 2 issues.
Does every client requires a unique certificate or can a single certificate be used for all?
Can I create digital…

Riaz Raza
- 382
- 1
- 14
0
votes
0 answers
How to find the location of the last item added to a PDF document
Simarly to this question I want to find the location of the last item in a PDF document and add content at that place, more specifically I would like to add an electronic signature at a position where one would normally put a regular handwritten…

rbadi76
- 21
- 8
0
votes
1 answer
UIWebView or safari or ibooks are not showing e-signatures in pdf
UIWebView displays pdf on UIWebView splendidly.
CGRect screenRect = [[UIScreen mainScreen] bounds];
CGFloat screenWidth = screenRect.size.width;
CGFloat screenHeight = screenRect.size.height;
webView = [[UIWebView alloc] initWithFrame:CGRectMake(0,…

user1872384
- 6,886
- 11
- 61
- 103
0
votes
2 answers
HTML email signature showing up as raw html code
I've created an HTML email signature, which displays fine by itself in a browser but when I paste it as my signature in my email client (roundcube) all the recipient of my email sees is the raw html code.
I tried adding body tags but am unable to…

Max Power
- 153
- 2
- 12
0
votes
0 answers
HTML Email Signature Display Issues
So, I have created an email signature and am testing it in Thunderbird. I am using thunderbird because they provide the easiest way of testing new signatures (just paste and go.)
However, I am finding that after I REPLY sometimes the images show up…

CRAIG
- 977
- 2
- 11
- 25
0
votes
2 answers
Simple Electronic Signature: "Signing" PDF Without Certificate for Post-Signature Tamper-Protection
First of all, a bit of background - the actual questions are at the bottom.
I'm currently working on a web-based app (sort of SaaS) which allows users to send forms to their own customers.
These forms are simple, small contracts for small jobs where…

JDR
- 1,094
- 1
- 11
- 31
0
votes
2 answers
Center two text lines right of image
I'm trying to align two text rows next to the center of the image. I tried "vertical-align: middle;" but it does't keep my text in two rows like so:
this is what I'm trying to achieve.
My code consists of:

Azdamus
- 53
- 1
- 1
- 9
0
votes
0 answers
How to make a PDF PAdES-LTV compliant when one third party signature is non-compliant
Here is a scenario that I am having a hard time grappling with. We want to make it possible for our vendors to sign PDF documents with LTV signatures so that the documents' validity does not expire. I have read Bruno Lowagie's book iText in Action…

rbadi76
- 21
- 8
0
votes
1 answer
.Net WebApp: Create a Form Signature Class/Methods
I have scoured the web looking for bits and pieces of a more comprehensive solution. I have been unsuccessful in my efforts, so I send up a call for help.
The problem:
I have a .Net/C# WebApp that uses windows integrated authentication. The…

Phil S.
- 1