Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Bulk signing in a single document (vs. Bulk send)

New Here ,
Jan 10, 2026 Jan 10, 2026

I have a particular Acrobat Pro use case wherein I need to sign an internal QA document that has several signature spaces (up to 8 per page).  All of these are ~33mm in length, and line up vertically on each page, making them easy to locate for an AI logic.  

 

I might have 100 pages, so up to 800 signatures to complete, every week!  Unfortunately, a signature must appear on each element, not just one per page, or one per document.

 

My inspection process, which is internally validated and accepted, is to review all elements needing review and, if all pass inspection, then I go back and sign all of the signature spots. (If any elements fail inspection, they can be corrected and then the document reissued).  The document basically affirms all elements have passed.

 

This is a situation crying out for a bulk signing process that allows me, ideally, to use an Adobe encrypted digital signature to apply to all signature spaces at once.  

I have asked Adobe Support for a way to do this, to no avail.  AI Assist is too basic.

 

I then attempted, using Microsoft CoPilot, to upload a pdf, use js scripts to identify the signature fields and place digital signature fields there, sign a Primary Signature field using a local digital certificate with password, and then run a jscript to bulk sign the rest.  Got pretty close, but no cigar.  Also, the iterative approach has been frustrating.  I am not a coder, so can't do this from first principles/training/experience.

 

Can anyone assist with how to do this without having to hire a developer?  We are a small house.  Thanks

TOPICS
Security digital signatures and esignatures
133
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 11, 2026 Jan 11, 2026

you are absolutely right: your use-case is exactly what digital signatures and  Change Healthcare Acrobat’s automation layer were meant for, but Adobe never exposed it cleanly in the UI. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 12, 2026 Jan 12, 2026

Thanks Erica.  So are you saying that Acrobat Pro can do this, but requires your company's platform/plug-in?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 13, 2026 Jan 13, 2026
LATEST

If there are signature fields at each location, then an Acrobat automation script could be written to automatically add signatures to each.

 

However, I don't think this does what you think it does. A digital signature is applied to the entire document, not individual elements of the document.  Using multiples doesn't really make sense from a technical viewpoint. 

 

Perhaps, it would  be better to use a wet signature instead of a digital signature. A wet signature is just a stamp with an image of your hand written signature.  These can be easily applied through automation. Then, certify the document with a single digital signature after completion.  

 

 

 

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines