Skip to main content
Known Participant
January 27, 2024
Question

JavaScript SaveAs with renaming filename

  • January 27, 2024
  • 1 reply
  • 10289 views

Dear Community,

I'm new with JS and Acrobat. I'm looking for a small Code for following Task:

I have an open pdf file and now I need a button to do the following:

Only save the open file in the same directory, but with filename = oldfilename_username.pdf  so I can

work with this new file. The old file should be closed. I think I  need identity.loginname  for username.

Is the best was use an Action with JavaScript Code?

 

Do you have some Code for me?

 

Best Regards

Josh

This topic has been closed for replies.

1 reply

Known Participant
January 27, 2024

This code does not work:

 

 

Nesa Nurani
Community Expert
Community Expert
January 28, 2024

Run the script from trusted function.

identity.loginName = The login name as registered by the operating system.

identity.name = The user name that the user entered in the Identity preferences panel.

Known Participant
January 31, 2024

I did not send you those lines, that is your script, I just changed the function.

When I call the function it works correctly, you should make sure you put js file in correct folder, what is the path to your javascript folder and do you have x64 Acrobat?


I have adobe acrobat Pro (32 bit).

Here is my path and js file, but you see the error.