VSCodium (or any other flavour) with the PDF Viewer plugin will allow you to browse and view PDFs.
Free and Open Source Software
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.
Is this the sort of thing you're looking for?
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.
Maybe I would
- Create a file called
pdfs.html
- Add embedded PDFs
<embed src="pdf1.pdf"></embed> <embed src="pdf2.pdf"></embed> <embed src="pdf3.pdf"></embed>
- Maybe give it a container div with display grid for min size and useful layout
- 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
KDE's Dolphin (a file explorer) can show previews of PDF files.
What do you mean by “open multiple files at once” and “viewing a directory”?
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.
Emacs can easily do that pdf viewer and one of the several tree folder packages.