Diff for "Foxit"


Differences between revisions 16 and 17
Revision 16 as of 2010-12-10 11:14:54
Size: 1671
Editor: 88-97-146-206
Comment:
Revision 17 as of 2011-04-06 00:42:09
Size: 1776
Editor: D9784B24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>|| <<Include(Tag/ContentCleanup)>>
<<Include(Tag/StyleCleanup)>>
<<Include(Tag/NeedsExpansion)>>

||<tablestyle="float:right; font-size:0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 6: Line 10:
Line 10: Line 13:
Line 14: Line 16:
Line 43: Line 44:
CategoryOffice

Tag/tag.png

Content Cleanup Required
This article should be cleaned-up to follow the content standards in the Wiki Guide. More info...

Tag/tag.png

Style Cleanup Required
This article does not follow the style standards in the Wiki Guide. More info...

Tag/tag.png

Needs Expansion
This article is incomplete, and needs to be expanded. More info...

Warning: this program is not known to work on some versions (works fine for me on 32- and 64-bit 10.04

Why Foxit?

Even though Ubuntu comes with a lot of great applications for working with PDFs, some functionality is not available in the programs installable through the standard repositories, and sometimes people just prefer something other than Evince, Kpdf, or Adobe Reader. Foxit is one of those programs.

How to Install Foxit

Paste these commands into the terminal:

Download Foxit

Find the latest at http://www.foxitsoftware.com/pdf/desklinux/download.html

wget -c http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/1.1/enu/FoxitReader_1.1.0_i386.deb

Install the .deb

sudo dpkg -i FoxitReader_1.1.0_i386.deb

(or whatever version you've just downloaded)

If you've got a 64-bit machine, you'll need to:

sudo dpkg -i --force-architecture FoxitReader_1.1.0_i386.deb

n.b. -- this works fine for me, though I have installed a few 32 bit libraries.

Remove the original archive

After you test out that Foxit is working properly, you can remove the original .deb file you downloaded with the first command

rm FoxitReader_1.1.0_i386.deb

Another advanced PDF application

PDFedit is also a popular advanced PDF program.


CategoryOffice

Foxit (last edited 2017-09-04 21:10:00 by ckimes)