Skip to main content
Participant
August 31, 2021
Question

Digitally Stamp & sign PDF via macro

  • August 31, 2021
  • 3 replies
  • 1313 views

Hello! 
I've been using macro's in excel & outlook to record a specific action & automatize it. I was wondering if something similar existed for PDF? 
Like, I'd open a PDF file (invoice for example) and I'd click on that macro and it would automatically stamp & sign (and/or) the document digitally (through signatures & stamps downloaded on my laptop). What is the best way to do it automatically ? 

Thanks a lot 🙂 

 

    This topic has been closed for replies.

    3 replies

    Participant
    February 14, 2022

    You can also achieve the same time using macros from within Excel, but it requires a bit of coding.  

    try67
    Community Expert
    Community Expert
    September 7, 2021

    There's no concept of a Macro in Acrobat, but you can achieve a similar thing using Custom Commands, which can execute all kinds of actions, including scripts. Adding a stamp can be done with a script, as well as signing a document, although the latter is much more complicated to implement and depends on the type of signature you want to add.

    John T Smith
    Community Expert
    Community Expert
    August 31, 2021

    Are you using Acrobat or Adobe Sign?

    Please post the exact name of the Adobe program you use so a Moderator may move this message to that forum

    Participant
    September 7, 2021

    Hello John - im using acrobat.

    Sorry for the confusion!