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

Renaming PDF Form during submitting via e-mail

New Here ,
Apr 30, 2016 Apr 30, 2016

Hello there,

What i want to achieve is. I have created a button, which submits the the whole form as pdf doc. I want to change the name of the attachment in the e-mail to a text field which the user just filled before hit to submit button.

So can it be done, if yes how ?

TOPICS
Acrobat SDK and JavaScript , Windows
2.0K
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

correct answers 1 Correct answer

Community Expert , Apr 30, 2016 Apr 30, 2016

Unfortunately, this is not possible from within the document. The attachment's name will always be determined by Adobe Acrobat (or the free Adobe Reader). If you have full control over the configuration of the computer, then you can save the document with the desired name to e.g. the temp folder, and then submit that now renamed document, but this requires that you install a script on every computer that will use this form. See here for information about how to do that: https://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

Translate
Community Expert ,
Apr 30, 2016 Apr 30, 2016
LATEST

Unfortunately, this is not possible from within the document. The attachment's name will always be determined by Adobe Acrobat (or the free Adobe Reader). If you have full control over the configuration of the computer, then you can save the document with the desired name to e.g. the temp folder, and then submit that now renamed document, but this requires that you install a script on every computer that will use this form. See here for information about how to do that: https://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

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