Forum moved here!

Home / Discovery of location of the open document

user93

Good afternoon.
When many documents are opened, it would be desirable to open an arrangement of each file. It very strongly would simplify work. I ask for help. Thanks

GitHubRulesOK

@user93
Unfortunately SumatraPDF has a limited space for on-screen display of only the last 10 files when you go to File drop-down menu and does not show the file path, however if you press F2 (the rename function) it WILL show the filename and the folder the current file came from.
OR
use CTRLD&CTRLC
if you hold down CTRL its just three keys in total to get the file properties into the clipboard.

The full path and name ARE stored in the File > Settings > Advanced Option … text file and If it helps with your work-flow you could build a simple CMD script to

Find "FilePath" sumatrapdf-settings.txt

and export those entries. Be aware that if remember tabs are set on then there will be two overlapping sets of files, the only difference will be the amount of indentation.

---------- SUMATRAPDF-SETTINGS.TXT
                FilePath = F:\...\sheet_music.xod
                FilePath = C:\Down loads\Files\File 2.pdf
                FilePath = C:\Down loads\File 1.pdf
                FilePath = C:\Users\X\Downloads\other entries ......
                                FilePath = C:\Down loads\File 1.pdf
                                FilePath = C:\Down loads\Files\File 2.pdf
                                FilePath = F:\...\sheet_music.xod

Hope some of that helps

[Later update]

With recent versions 3.2+ there is a new file menu item :-
Show in folder (Shortcut ALTFF NOTE: may vary for other languages)

The above find command could even be used from within SumatraPDF or output the current filename along the lines of

ExternalViewers [
	[
		CommandLine = C:\windows\system32\cmd.exe /c echo FullFileName = "%1" -page %p >> "C:\i can write here\current file.txt"
		Name = Save current file name in &List
		Filter = *.*
	]
]

Shortcut would then be ALTFL

image

You can be really creative and with slight changes (remove FullFileName = ) make that list of files saved as OpenList.cmd to be run, such as to open those pages next time in SumatraPDF.

GitHubRulesOK

@RomanSofyin
the above post has been updated and expanded, thanks for your interest.

voICEwork

It would be useful to “Copy complete file name” (including full path). This would be especially useful for emailing a recently created file. This is an option in another good viewer PDF-XChange Viewer.

GitHubRulesOK

It is not documented but you can go to file properties [Ctrl +D] and hit [Ctrl +C] to copy the file details to the clipboard the first line is the full filename (prefixed by the word File:) and that line is what is shown by most one line dialog boxes so is sometimes easy to paste into say explorer OR should work as subject line?. I agree it not ideal as you need to remove the word File: or the additional lines if you paste in an email.

A quicker alternative for just the location and short filename is to press F2, the filename is highlighted so easy to copy and the folder address is usually easy to copy from address bar.

Both are admittedly work-arounds and the ability to show the filename with one click has been requested before (usually for use with tabs)

1112

how can I copy the PATH of a book?

GitHubRulesOK

CTRLD
CTRLC

or Hold CTRL
D+C

or easier F2 and simply copy the folder address as a single line then Cancel
image