Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I need to sign a PDF document. However, Acrobat reader does not let me sign documents. I just need to sign the document, not edit it.

Do I need to buy the full Acrobat software?

Or is there a better, simpler way?

share|improve this question
Acrobat Reader is now called Adobe Reader. – Rowan May 4 '10 at 6:44
There is some confusion on what you mean by Sign below.. Are you referring to signing as adding a picture of your physical signature to the document? or are you referring to stamping your digital certificate to the document? – Brian Jan 27 '11 at 16:50

6 Answers

You don't need to buy the full Adobe Acrobat software to digitally sign a PDF file, but you will need to use a tool like Quick PDF Tools, Nitro PDF, etc. If you just need to sign a PDF file as a one off, then these products offer fully functional 14 day trial versions, which would let you sign the file.

Alternatively, you could programmatically digitally sign a PDF file.

share|improve this answer

In our adobe we create stamps by scanning our signature. You can use the stamp to 'sign' the document. You can create any custom stamp you want.

share|improve this answer

I think this blog will help you out a lot: How to sign a pdf document

share|improve this answer

You should be able to do it in reader, as long as the file isn't read-only, or locked.

Go to Document->Sign

If it's greyed out, you're out of luck whether it's the full version or not. Go to Document->Security->Show Security Settings, and look under the Security Tab. In the "Document Restrictions Summary" it will tell you if the creator of the document checked the box to allow it to be signed. If they didn't, you're going to have to re-render the document somehow.

share|improve this answer
1  
No, you cannot do this in Adobe Reader unless the PDF has been specifically processed in Adobe Acrobat to enable extended features in Adobe Reader that would allow the user to digitally sign the PDF. It does not sound like the PDF has been processed in such a way in this scenario. Note: only Acrobat can enable these extended features in Adobe Reader. – Rowan May 4 '10 at 6:40
1  
No, many PDF creation tools can add a signature line. We use Nitro PDF and Bluebeam, and add signatures with both. However, for this to work, each computer needs a PKI certificate installed on it. – Brian Jan 27 '11 at 16:49

Assuming you mean "sign" in the sense of writing your name on it (rather than in the sense of a digital signature), the absolute simplest would be to print it, sign it with a pen and scan the signed document back into a pdf.

share|improve this answer

Assuming that the PDF doesn't have security preventing you from doing so, you may open the PDF with LibreOffice Writer (https://www.libreoffice.org/), and then paste your signature image onto it. It can then be exported as a PDF with the signature attached. I wrote a blog post detailing the full process in Ubuntu over at http://colans.net/blog/signing-document-image-ubuntu-1210 . It should be quite similar with other operating systems.

share|improve this answer

protected by Community Jul 11 '11 at 11:15

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.