LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > 2021 LinuxQuestions.org Members Choice Awards
User Name
Password
2021 LinuxQuestions.org Members Choice Awards This forum is for the 2021 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite projects/products of 2021. This is your chance to be heard! Voting ends on February 15th.


Notices


View Poll Results: PDF Viewer of the Year
Adobe Reader 10 5.65%
Atril 14 7.91%
Evince 36 20.34%
Foxit Reader 8 4.52%
GV 2 1.13%
Mupdf 4 2.26%
Okular 72 40.68%
PDF.JS 0 0%
Qpdfview 13 7.34%
XPDF 11 6.21%
Zathura 7 3.95%
Voters: 177. You may not vote on this poll

Reply
  Search this Thread
Old 01-02-2022, 05:53 PM   #1
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,588

Rep: Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058Reputation: 4058
PDF Viewer of the Year


A newer category.

--jeremy
 
Old 01-03-2022, 08:01 AM   #2
rempas
Member
 
Registered: Apr 2021
Posts: 54

Rep: Reputation: Disabled
Zathura
 
Old 01-03-2022, 09:22 AM   #3
teckk
Senior Member
 
Registered: Oct 2004
Distribution: Arch
Posts: 4,603
Blog Entries: 5

Rep: Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627
Trying to make software myself this year. Forcing myself to use my own stuff, forcing myself to learn. Either make it or do without.

I'm using my own.
One is gtk3 with cairo and poppler.

Second one is Qt5 using pdfwidgets from webengine. It's a lighter version of xpdf.

From those on the list I like xpdf the best. But it's still too heavy.

I tried zathura, it would not respond to the config file.
 
1 members found this post helpful.
Old 01-03-2022, 03:53 PM   #4
YesItsMe
Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 839

Rep: Reputation: 295Reputation: 295Reputation: 295
Although it can't do certain things, I'm still happy with MuPDF.
 
Old 01-04-2022, 10:17 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038Reputation: 6038
Something was wrong with mupdf ~1 year ago, switched to qpdfview and evince.
 
Old 01-04-2022, 11:04 AM   #6
teckk
Senior Member
 
Registered: Oct 2004
Distribution: Arch
Posts: 4,603
Blog Entries: 5

Rep: Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627
If anyone is interested, (Maybe no one), I looked up something that I saw a while back.

This works. Build it if you want. If you have problems, make a separate thread.
https://doc.qt.io/qt-5/qtpdf-pdfviewer-example.html

It will turn out like this. Not necessarily the color. I have a dark theme.

It is something to build upon.

Code:
curl -F'file=@pdfreadex.png' https://0x0.st
https://0x0.st/ozcY.png
https://0x0.st/ozcY.png
 
1 members found this post helpful.
Old 01-04-2022, 08:37 PM   #7
AkileoSlackware
LQ Newbie
 
Registered: May 2021
Location: Houston, TX, USA
Distribution: Slackware64-current
Posts: 11

Rep: Reputation: Disabled
PDF Viewer of the Year

How about MasterPDFEditor?
 
Old 01-05-2022, 07:40 AM   #8
teckk
Senior Member
 
Registered: Oct 2004
Distribution: Arch
Posts: 4,603
Blog Entries: 5

Rep: Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627
Master pdf editor

https://code-industry.net/free-pdf-editor/

Depends
gcc-libs, glibc, qt5-base, qt5-svg, sane

i686
http://code-industry.net/public/mast...89_i386.tar.gz
x86_64
http://code-industry.net/public/mast...5.amd64.tar.gz

More recent version.

x86_64
https://code-industry.net/public/mas....x86_64.tar.gz
Depends
libgl, nspr, nss, qt5-base, qt5-svg, sane

Last edited by teckk; 01-05-2022 at 07:41 AM.
 
Old 01-05-2022, 03:28 PM   #9
Lucio Chiappetti
Member
 
Registered: Dec 2014
Location: Milan Italy
Distribution: Xubuntu OpenSuse
Posts: 54

Rep: Reputation: Disabled
Used to acrobat reader, which I installed even when not obvious, I recently discovered atril and greatly prefer it to evince
 
Old 01-07-2022, 03:39 AM   #10
superurmel
LQ Newbie
 
Registered: Feb 2021
Distribution: Devuan 4.0
Posts: 4

Rep: Reputation: Disabled
MuPDF

Quote:
Originally Posted by YesItsMe View Post
Although it can't do certain things, I'm still happy with MuPDF.
Can't complain either. Just shows the desired PDF File. KISS-"style".
 
Old 01-07-2022, 06:41 AM   #11
teckk
Senior Member
 
Registered: Oct 2004
Distribution: Arch
Posts: 4,603
Blog Entries: 5

Rep: Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627Reputation: 1627
For anyone who is wanting to experiment. Here is another lighter, very functional pdf viewer, if you already have qt installed. qpdfview. Most probably in your repo.

Here is the source.
https://launchpad.net/qpdfview/trunk...-0.4.18.tar.gz

To model.h in the source tree add
Code:
#include <QPainterPath>
Everything is in the tree. It needs libcups libsynctex poppler-qt5 qt5-svg

Read the README

I compiled that with
Code:
qmake CONFIG+="without_ps without_djvu without_image" qpdfview.pro
make
I like it. It's a nice little pdf reader.
 
Old 01-08-2022, 11:40 AM   #12
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 658

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
Qpdfview, when I simply want to view PDFs. But I've also been playing around with Qoppa Software's PDFStudioViewer, if I want to do any annotating/editing....

(Yeah, PDFStudioViewer IS big. But with 6TB+ and 32GB DDR4, size/space really isn't a consideration...)

https://www.qoppa.com/pdfstudioviewer/

And the Whinedoze version of Foxit Reader runs OK under WINE, most of the time. Occasionally throws a wobbly, but it behaves itself 95% of the time. Their Linux version is laughable.

Mike.

Last edited by Mike_Walsh; 01-08-2022 at 11:55 AM.
 
Old 01-08-2022, 10:05 PM   #13
shastenm76
LQ Newbie
 
Registered: Feb 2018
Posts: 11

Rep: Reputation: Disabled
zathura is the best tbh
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF Viewer of the Year jeremy 2020 LinuxQuestions.org Members Choice Awards 23 02-09-2021 02:07 AM
PDF Viewer of the Year jeremy 2019 LinuxQuestions.org Members Choice Awards 26 02-10-2020 12:11 AM
[SOLVED] Open PDF file in viewer automatically after creating by PDF printer. Howling-Wolf Linux - Software 8 11-03-2017 02:44 PM
[SOLVED] Best image viewer,djvu viewer pdf viewer cd/dvd writer for debian 7 rubankumars Debian 2 05-15-2013 08:23 AM
Foxit PDF Reader 1.3: A Nice PDF Viewer Cinematography Linux - Software 6 05-03-2005 04:36 PM

LinuxQuestions.org > Forums > 2021 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 05:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration