Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th August 2012, 08:39 PM
Harold Smith Offline
Registered User
 
Join Date: Feb 2009
Location: Tyrone, GA USA
Posts: 50
linuxfirefox
looking for pdf viewer

I just updated my Fedora 11 machine to Fedora 17 (with xfce, since I really didn't like Gnome 3). The pdf reader that was installed as part of that is PDF Viewer 0.1.8, and there are some - but not all - pdf files that it displays as blank. Other readers on my other computers display the same files just fine, and I used to be able to see them on this one.

So there's something not quite right with PDF Viewer. I'd just like some suggestionss for a better program to view pdf files.

Thanks!
Reply With Quote
  #2  
Old 9th August 2012, 08:48 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,627
linuxfedorafirefox
Re: looking for pdf viewer

Something that is light is xpdf or epdfview. These are lightweight.

You could also try okular or xournal. I have used both okular and xournal. These are quite nice.

If you want something else, there is Foxit reader - http://www.foxitsoftware.com/Secure_PDF_Reader/non.php. I have used this last about 2 years ago on windows - never tried their linux version - so no comments ...
Reply With Quote
  #3  
Old 9th August 2012, 08:50 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: looking for pdf viewer

Mupdf is very light.
Most controls are with keyboard shortcuts so have a look at its man page.
Reply With Quote
  #4  
Old 9th August 2012, 08:53 PM
Harold Smith Offline
Registered User
 
Join Date: Feb 2009
Location: Tyrone, GA USA
Posts: 50
linuxfirefox
Smile Re: looking for pdf viewer SOLVED

Thanks! I installed the first viewer mentioned, xpdf, and the formerly blank files seem fine now.
Reply With Quote
  #5  
Old 10th August 2012, 12:27 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: looking for pdf viewer

evince and acroread for Linux.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #6  
Old 10th August 2012, 11:19 AM
anishjp's Avatar
anishjp Online
Registered User
 
Join Date: Sep 2009
Location: Johannesburg, South Africa
Posts: 217
windows_7firefox
Re: looking for pdf viewer

Hi

Has anyone got okular running on F14? I googled for its rpm but couldnt find one for f14!

Regards,
Anish
__________________
Host Machine
OS: Fedora 18, Desktop: Gnome, Kernel: 3.7.2.fc18.x86_64, Processor: Intel i3-2100 @ 3.10GHz, RAM: 8GB
Motherboard: ASUS P8H61-M LE/USB3, Display: Benq 1280x1024, Graphics: ATI Radeon HD 5450
Reply With Quote
  #7  
Old 10th August 2012, 04:03 PM
cmanL Offline
Registered User
 
Join Date: Jul 2012
Location: America
Posts: 76
macossafari
Re: looking for pdf viewer

You could try foxit pdf reader http://www.foxitsoftware.com/pdf/desklinux/. A great lightweight reader that I've used for years on MS Windows...
Reply With Quote
  #8  
Old 10th August 2012, 05:24 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,050
windows_xp_2003ie
Re: looking for pdf viewer

Ièll pût a plug in for LibreOffice. It can both view and edit them.
Reply With Quote
  #9  
Old 10th August 2012, 10:44 PM
arifur Offline
Registered User
 
Join Date: Jun 2012
Location: Bangladesh
Posts: 13
windows_7firefox
Re: looking for pdf viewer

foxitreader - bit advanced like acrobat reader
xpdf or epdfview - light weight and does the job perfectly

you might find more on google
Reply With Quote
  #10  
Old 11th August 2012, 01:18 PM
bepaald Offline
Registered User
 
Join Date: Nov 2004
Posts: 115
linuxfirefox
Re: looking for pdf viewer

Quote:
Originally Posted by anishjp View Post
Hi

Has anyone got okular running on F14? I googled for its rpm but couldnt find one for f14!

Regards,
Anish
Okular in F14 is provided by kde-graphics (su -c "yum install kde-graphics"). If you do not have KDE installed, this will probably pull in a lot of dependencies.

bepaald
__________________
Running F14 i686 with KDE
Intel Core 2 Quad 9300 @ 2.5GHz
2G RAM
Geforce 8600GT
Reply With Quote
  #11  
Old 13th August 2012, 09:30 AM
anishjp's Avatar
anishjp Online
Registered User
 
Join Date: Sep 2009
Location: Johannesburg, South Africa
Posts: 217
windows_7firefox
Re: looking for pdf viewer

Quote:
Originally Posted by bepaald View Post
Okular in F14 is provided by kde-graphics (su -c "yum install kde-graphics"). If you do not have KDE installed, this will probably pull in a lot of dependencies.

bepaald
Well, I dont have Kde-graphics installed but will install it. Is this the package name kdegraphics-okular?

Regards,
Anish
__________________
Host Machine
OS: Fedora 18, Desktop: Gnome, Kernel: 3.7.2.fc18.x86_64, Processor: Intel i3-2100 @ 3.10GHz, RAM: 8GB
Motherboard: ASUS P8H61-M LE/USB3, Display: Benq 1280x1024, Graphics: ATI Radeon HD 5450
Reply With Quote
  #12  
Old 13th August 2012, 02:40 PM
bepaald Offline
Registered User
 
Join Date: Nov 2004
Posts: 115
linuxfirefox
Re: looking for pdf viewer

Quote:
Originally Posted by anishjp View Post
Well, I dont have Kde-graphics installed but will install it. Is this the package name kdegraphics-okular?

Regards,
Anish
No, sorry, the package is 'kdegraphics'. This is one big package containing many programs, one of which is okular. So, to get it just open a terminal and type:
Code:
su -c "yum install kdegraphics"
Note that F14 is pretty old (and unsupported) and these days the KDE applications are split into multiple packages much better, enabling you to install only a single application from a group (though I don't know if okular is actually in a separate package yet).
__________________
Running F14 i686 with KDE
Intel Core 2 Quad 9300 @ 2.5GHz
2G RAM
Geforce 8600GT

Last edited by bepaald; 13th August 2012 at 02:47 PM. Reason: bad typo
Reply With Quote
Reply

Tags
pdf, viewer

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
svg viewer p3tzata Using Fedora 2 10th January 2008 07:53 PM
VNC Viewer WeeManDan Using Fedora 2 10th October 2007 07:22 PM
vnc viewer won't allow me to cwynn Servers & Networking 4 28th September 2006 08:36 PM
NFO Viewer on FC4 dolby Using Fedora 6 3rd September 2005 04:06 PM


Current GMT-time: 07:20 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat