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

How to select file name of an open file?

Engaged ,
Jul 25, 2021 Jul 25, 2021

Sometimes I need to copy-paste the file name of an open file.

 

The only workaround I can think of (and am using) is the following:

File > Save As > Choose Different Folder
copy the file name

Then click on Cancel 

 

Is there an easier way within Acrobat?


Thanks.
(Adobe Acrobat Pro 2020)

TOPICS
How to , Standards and accessibility
1.2K
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
1 ACCEPTED SOLUTION
Community Expert ,
Jul 25, 2021 Jul 25, 2021

I don't think so, although it's possible to create a script that will show the current file name in an alert box from which you could copy it, and assign it to a new menu or toolbar item...

But the way you described is quite easy, I think. If you use the keyboard it's even more so. You just need to do the following:

Ctrl+Shift+S

Ctrl+C

Esc

View solution in original post

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
Community Expert ,
Jul 25, 2021 Jul 25, 2021

I don't think so, although it's possible to create a script that will show the current file name in an alert box from which you could copy it, and assign it to a new menu or toolbar item...

But the way you described is quite easy, I think. If you use the keyboard it's even more so. You just need to do the following:

Ctrl+Shift+S

Ctrl+C

Esc

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
Engaged ,
Jul 25, 2021 Jul 25, 2021

Many thanks indeed.

Okay, then there is no alternative but just to proceed as before.

Thanks again.

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
Engaged ,
Nov 13, 2021 Nov 13, 2021

FWIW... Just figured out,

File > Export To > (for example) Rich Text 

So: Alt-F T-R
Ctrl-C

Esc

Not sure whether there is a faster way.
(if needed you may wish to change the file extension into pdf)

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
Community Expert ,
Nov 13, 2021 Nov 13, 2021

In Acrobat you can see the file name at File > Properties > Description.

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
Engaged ,
Nov 14, 2021 Nov 14, 2021

I know, but sadly though one can not clipboard copy the file name from there.

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
Community Expert ,
Nov 14, 2021 Nov 14, 2021
LATEST

Here's how you do it.

Find the JavaScripts folder for your version of Acrobat or Reader.

If you're on a Windows machine it will be something like this:

C:\Program Files (x86)\Adobe\Acrobat <VERSION>\Acrobat\Javascripts

If you're on a Mac it will be something like this:

/Applications/Adobe Acrobat <VERSION>/Adobe Acrobat Pro.app/Contents/Resources/JavaScripts

You will need to create the JavaScripts folder if it doesn't already exist.

 

Download the attached file and rename it from ShowFileName.txt to ShowFileName.js (if you're on Windows make sure the option to hide file extensions for known file types is disabled in Windows Explorer, under View - Folder Options, before trying to rename it), and then place it in that folder and restart the application.

Once you do that a new menu item should appear under the File menu, directly below Properties, called Show File Name.

Click it and a window will appear with the file name in a text field, already selected, so you could directly copy it.

If you're on a Windows machine you can access it even faster, with the following keyboard combination: Alt+F, F.

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