this post was submitted on 19 Jul 2025
19 points (95.2% liked)

Free and Open Source Software

19619 readers
46 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I've been having a hard time looking for a pdf viewer that has a specific feature, and have been meaning to ask for a good enough one to use instead.

The feature i was looking for is viewing a directory of files at once without having to open multiple files at once and navigate from tabs, sort of like a file explorer and a pdf viewer in one, which might be a lot to ask.

What I'm asking for right now is what software would you use if you needed to read plenty of pdf files from the same source?

If you don't have anything specific that solves this, I'd still like to know if there is a "good enough" pdf viewer, as the browser doesn't feel like a good enough solution for my problem.

  • Note that i do not need to edit the files, just view them.
all 17 comments
sorted by: hot top controversial new old
[–] QWho@aussie.zone 4 points 1 day ago (1 children)

VSCodium (or any other flavour) with the PDF Viewer plugin will allow you to browse and view PDFs.

Will remember this as this might be close enough in case other solutions won't do

[–] johnnyb@discuss.tchncs.de 1 points 1 day ago
[–] Kissaki@beehaw.org 7 points 2 days ago* (last edited 2 days ago)

Maybe I would

  1. Create a file called pdfs.html
  2. Add embedded PDFs
    <embed src="pdf1.pdf"></embed>
    <embed src="pdf2.pdf"></embed>
    <embed src="pdf3.pdf"></embed>
    
  3. Maybe give it a container div with display grid for min size and useful layout
  4. Open the HTML file in my webbrowser Firefox

To generate the embed codes for every PDF file in a folder I would use my command line shell Nushell, which generates the embeds for all files for me.

ls *.pdf | each {|x| $'<embed src="($x.name)"></embed>'} | str join
[–] Outwit1294 6 points 2 days ago (2 children)

What do you mean by “open multiple files at once” and “viewing a directory”?

[–] BlackRoseAmongThorns@slrpnk.net 1 points 1 day ago (1 children)

Replied to schnurrito with the answer. In short, i want to view files in a directory as one would view photos in a gallery, as I can't always tell beforehand which file is relevant to me and I'd like to be able to move quickly between files, instead of opening many files and then closing the irrelevant ones.

[–] Outwit1294 1 points 1 day ago (1 children)

So you want a preview of the first page of each PDF as a thumbnail?

No, i want an easy way to navigate between unopened pdf files within the same directory

[–] schnurrito@discuss.tchncs.de 4 points 2 days ago (1 children)

I think OP might be looking for something like nomacs or Gwenview except for PDFs instead of images. I don't have the answer to the question, but I can see what OP is looking for.

That's pretty close to what I'd be looking for, yes, a problem I'm having with common pdf viewers is that I'd need to open the files I'd want to read from beforehand, instead of just passing to the next file like i would in a gallery.

This requires that I'd know which files are relevant to me before reading said files.

That said, my use case does sound unique so I'm not surprised it's hard to figure out what im looking for :)

[–] tenebrisnox@feddit.uk 3 points 2 days ago (2 children)

Is this the sort of thing you're looking for?

https://www.files.gallery/

It's a php file you drop into a folder that creates a gallery of the files (including pdfs). There are security settings and visual customisations you can change. If you know what you're doing you can access the file remotely, too. I've used it for a while and found it helpful.

[–] BlackRoseAmongThorns@slrpnk.net 1 points 1 day ago* (last edited 1 day ago)

Looks perfect to my use case, will try it out, thanks :)

Not OP but that is quite interesting, thanks for sharing!

[–] bjoern_tantau@swg-empire.de 3 points 2 days ago

KDE's Dolphin (a file explorer) can show previews of PDF files.

[–] pinix@feddit.rocks 3 points 2 days ago
[–] littleomid@feddit.org 1 points 2 days ago

Emacs can easily do that pdf viewer and one of the several tree folder packages.