Skip to main content
Participant
July 5, 2024
Question

apply digital signature to pdf file

  • July 5, 2024
  • 2 replies
  • 300 views

hi everyone,

Please help me anyone i need a code or API for applying digital signature inside the every page of the pdf file by one click

    This topic has been closed for replies.

    2 replies

    try67
    Community Expert
    Community Expert
    July 5, 2024

    That's not a good idea. A single digital signature applies to the entire file. There's no need to sign each individual page.

    To do so you can use a Signature field (which you can add using the addField method in JS), and then the signatureSign method to sign it.

    For the process to be entirely automated you must run the code from a privileged context, know the path to the signature profile file and the password for it, though.

    kglad
    Community Expert
    Community Expert
    July 5, 2024

    in the future, to find the best place to post your message, use the list here, https://community.adobe.com/

    p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.



    <"moved from using the community">