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

Bates Numbering

New Here ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

This is for help with Adobe PDFs. We need to number thousands of PDFs and many had signature data that had to be removed individually in order to number the files. I wanted to know if there was a way to remove the signature data in batches in order to complete the numbering without having to open/print each signed pdf.

TOPICS
Edit and convert PDFs , How to

Views

289

Translate

Translate

Report

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 ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

Hello,

 

give a look at this and see if it solves your issue


https://helpx.adobe.com/in/acrobat/using/action-wizard-acrobat-pro.html#run_an_action

 

or this

 

Removing Security from PDFs: Individually and in Batch

 

although I am afraid this issue has shown before and just about signatures, there are no real ways out. Though, I wanted to give some support hoping you find something there

 

 

Votes

Translate

Translate

Report

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 ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

floramc, thanks for the response. we will see if the links provided can
help. The bottom line issue is whether signatures can be removed from
batches of documents at once and then can Bates numbering be added in
batches? We have hundreds of PDF's we need to do this for.

--
Mahalo

Keith

Votes

Translate

Translate

Report

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 ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

You can try resetting the form. That should also clear the signature, if you applied it.

You can do so using this code:

this.resetForm();

If there are other fields in the file that you don't want to reset you can specify just the signature field's name, like this:

this.resetForm(["Signature1"]);

Votes

Translate

Translate

Report

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 ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

try67 thanks for the response. Unfortunately we have hundreds of PDF's we
need to both remove the signatures and then add Bates numbering to them.
Looking for a way to do these things in batches.

--
Mahalo

Keith

Votes

Translate

Translate

Report

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 ,
Mar 02, 2021 Mar 02, 2021

Copy link to clipboard

Copied

LATEST

If you have Acrobat Pro you can do it using the Action Wizard.

Votes

Translate

Translate

Report

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