mothermapper
Posts: 2
Joined: Tue Sep 11, 2012 4:29 pm

Reading PDF Files

Thu Sep 20, 2012 3:25 am

I am trying to read the monthly MagPi magazines on the Raspberry Pi. I have tried “2012-08-16-wheezy-raspbian.img” and “2012-09-18-wheezy-raspbian.img” both of which have MuPDF with no success. I have copied the PDF files from another server (Windows) and also downloaded them directly from the internet to the desktop using the Raspberry’s web browser. While watching task manager, I see MuPDF start but then it goes away without ever opening the PDF document. I have tried other PDF files and none will open. Can someone help?

User avatar
stevepdp
Posts: 285
Joined: Fri Oct 28, 2011 7:41 am
Contact: Website Twitter

Re: Reading PDF Files

Thu Sep 20, 2012 5:53 am

I've been able to read these on the Pi using the application evince.

To install it, simply run the following in the terminal:

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get install evince
You should then be able to find evince under the menus, or you can launch it from a terminal with the path to the PDF files.

Let us know how you get on.

mothermapper
Posts: 2
Joined: Tue Sep 11, 2012 4:29 pm

Re: Reading PDF Files

Thu Sep 20, 2012 7:23 am

;) Thanks! I can finally read the MagPi on my Pi. On to the next step.

Neko
Posts: 4
Joined: Sun Sep 09, 2012 4:52 am

Re: Reading PDF Files

Sun Oct 07, 2012 12:13 am

This worked out very well and now I can read PDF files on the RPI. Thank you very much for the clear and simple instructions.

Return to “Beginners”