Skip to main content
clionaf76423167
Participant
January 23, 2018
Answered

How to electronically sign and forward pdf without having to save it and reattach it.

  • January 23, 2018
  • 1 reply
  • 712 views

I receive a document in pdf that I need to digitally sign (I have adobe pro). How to electronically sign and forward pdf without having to save it and reattach it.

This topic has been closed for replies.
Correct answer Thom Parker

By signing you mean using a digital certificate?

When you open a PDF from an email it doesn't exists in a real file location, so when you do something like signing it needs to save it somewhere. Actually the file does exists in a temporary location, but for all practical purses its just in space.

You can't get around this issue, but you could automate it. It's possible to write an automation tool with JavaScript to sign the PDF and send it off with a single button click.

1 reply

Thom Parker
Community Expert
Thom ParkerCommunity ExpertCorrect answer
Community Expert
January 23, 2018

By signing you mean using a digital certificate?

When you open a PDF from an email it doesn't exists in a real file location, so when you do something like signing it needs to save it somewhere. Actually the file does exists in a temporary location, but for all practical purses its just in space.

You can't get around this issue, but you could automate it. It's possible to write an automation tool with JavaScript to sign the PDF and send it off with a single button click.

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often