Skip to main content
Participant
December 3, 2024
Question

Rename/ad information to pdf file names at the same time

  • December 3, 2024
  • 1 reply
  • 212 views

I want to post rename individual pdf file (customer invoices ) names (john_donald.pdf to john_donald_december_2024.pdf)

of 70 pdf files (different names) I converted from an Excel workmap to pdf (macro)

 

Is that possible with Acrobat reader etc?

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
December 3, 2024

A script in Reader can save the file under a new name (not rename it), but you will have to run it on each file at a time.

A script in Acrobat Pro can be used as a part of an Action and process multiple files automatically.

But what is the logic behind the new name? Do you want to extract information from the file, or just add the current month and year to it?

Participant
December 7, 2024

I found what I was looking for: RenameFiles 2.42

it does exactly what I want!