Skip to main content
Participant
May 6, 2020
Question

Automate file renaming or bookmarking using text within the pdf

  • May 6, 2020
  • 1 reply
  • 595 views

I have 100's of pdf each having different client name on the 2nd line of the pdf. I want to be able to rename the file name with that client's name. is there a javascript I can execute in action wizard or any simple way out? Thanks in advance.

This topic has been closed for replies.

1 reply

priyas111Author
Participant
May 6, 2020

there is this solution I found but is there a solution without downloading any software or plugin: https://www.evermap.com/Tutorial_ASP_AutoRenameFiles.asp

try67
Community Expert
Community Expert
May 6, 2020

JavaScript is software... However, it's not compiled so it's basically just text, not an executable.

Without seeing some sample files it's impossible to say for sure whether this will be possible using a script, though.

Also, it can't actually rename the file, just save a copy of it under the new name.

priyas111Author
Participant
May 7, 2020

saving a copy with a new name is fine. They are all like bank statement for example - the name of the account holder will be on the first page of every pdf.