this post was submitted on 09 Jan 2026
13 points (93.3% liked)

Free and Open Source Software

22440 readers
56 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 3 years ago
MODERATORS
 

I need a PDF viewer which UI can be accessed via localhost so I can open it in Firefox.

I need a more powerful PDF viewer with easier jumping to sections, comments, and highlighting.

top 14 comments
sorted by: hot top controversial new old
[–] reseller_pledge609@lemmy.dbzer0.com 12 points 4 months ago* (last edited 4 months ago) (3 children)

How about Sumatra PDF?

ETA: I think it's open source.

[–] DetachablePianist@lemmy.ml 4 points 4 months ago

Came here to suggest SumatraPDF as well

[–] tdTrX@lemmy.ml 2 points 4 months ago (3 children)

How to open it's UI in browser ?

Sorry I missed that part. I don't know if it has that functionality.

[–] Kissaki@beehaw.org 3 points 4 months ago

Why do you need it to be a browser plugin, a program that embeds itself into the webbrowser?

Firefox does have PDF view and edit with section jumping, comments, and highlighting. What do you mean by “easier”? What's easier than a sidebar table of contents, and a toolbar with highlighting and comment actions? I don't see what could be “easier” than that.

[–] sga@piefed.social 2 points 4 months ago

it is a native app. https://github.com/sumatrapdfreader/sumatrapdf

It is the most performant pdf viewer on windows (that i know of). it uses libmupdf

[–] FlareHeart@lemmy.ca 10 points 4 months ago (1 children)

Why not just let Firefox open the PDF? It will read them on its own. Is it missing a feature you need?

[–] tdTrX@lemmy.ml 7 points 4 months ago

I need a more powerful PDF viewer with easier jumping to sections, comments, and highlighting.

[–] Rentlar@lemmy.ca 5 points 4 months ago

https://programming.dev/post/39695120

Some person on the fediverse has made an open source PDF editor... their other posts say its browser based. I haven't tried it but this seems to fit your request.

[–] klangcola@reddthat.com 4 points 4 months ago

Do you need the pdf to open in Firefox/browser?

If not, PDF-XChange Editor is a pretty good advanced standalone program. It comes in free and paid versions

[–] crunchy@lemmy.dbzer0.com 4 points 4 months ago (1 children)

Stirling-PDF might be what you're looking for.

[–] WalrusDragonOnABike@reddthat.com 1 points 4 months ago

I think BentoPDF is a similar option.

I've never used either though.

[–] gnarles_snarkley@beehaw.org 1 points 4 months ago

You want a PDF viewer that's accessible from Firefox, but you don't want to use the built in Firefox PDF viewer?

If you really need it accessible from the browser, you're probably looking at spinning up a Selkies docker container. That'll get you an entire desktop environment in a web browser.