Diff for "PDFedit"


Differences between revisions 5 and 6
Revision 5 as of 2007-06-06 00:49:45
Size: 1953
Editor: dyndsl-085-016-037-135
Comment: changed link for download of PDFEdit
Revision 6 as of 2007-06-06 12:53:08
Size: 1838
Editor: dyndsl-085-016-037-135
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
Download [http://archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/pdfedit_0.3.1-1_i386.deb this file] to your desktop. Then double-click it. Download [http://3v1n0.tuxfamily.org/pool/edgy/3v1n0/pdfedit_0.2.5-0+3v1ubuntu1_i386.deb this file] to your desktop. Then double-click it.
Line 18: Line 18:
For Ubuntu 7.04 Feisty Fawn you may use the PDFEdit package from http://archive.ubuntu.com/ubuntu/pool/universe/p/pdfedit/
Download the deb file according to your computer architecture and install it with:
For Ubuntu 7.04 Feisty Fawn you may use the PDFEdit package from http://downloads.sourceforge.net/pdfedit/pdfedit-0.3.1-1.i386.rpm
Download the rpm file from http://sourceforge.net/projects/pdfedit/ and install it with:
Line 21: Line 21:
sudo dpkg -i pdfedit_0.3.1-1_i386.deb sudo alien -i pdfedit_0.3.1-1_i386.rpm
Line 23: Line 23:
The example above is for i386, it may vary depending on the architecture you are using. E.G. pdfedit_0.3.1-1_amd64.deb for 64bit architecture, pdfedit_0.3.1-1_powerpc.deb for PowerPC architectue and pdfedit_0.3.1-1_sparc.deb for Sparc architecture.
Line 25: Line 24:
= Installing PDFedit: Method 2 =
PDFEdit 0.2.5 is obsolete. Please download the current version from: http://sourceforge.net/projects/pdfedit/
= Installing PDFedit 0.3.1: Method 2 =
Line 30: Line 28:
wget -c http://internap.dl.sourceforge.net/sourceforge/pdfedit/pdfedit-0.2.5-1.i386.rpm
sudo alien -iv pdfedit-0.2.5-1.i386.rpm
wget -c http://downloads.sourceforge.net/pdfedit/pdfedit-0.3.1-1.i386.rpm
sudo alien -iv pdfedit-0.3.1-1.i386.rpm
Line 40: Line 38:
= Ubuntu 7.10 Gutsy =
PDFEdit is in the universe repository of gutsy.
Be aware that at the moment gutsy is in development state and by this is not to be expected stable!
Please be patient until gutsy is officially released (Oct. 2007)

Why PDFedit?

People sometimes like to edit PDF documents. KWord has the ability to import, edit, and re-export PDFs, but the formatting often gets messed up during import. pdfjam is a command-line tool that allows you to do some sophisticated PDF manipulating (rotating, combining, splitting), but it also has limitations, and sometimes people are more comfortable with a point-and-click graphical user interface (GUI).

Installing PDFedit: Method 1

in the GUI

Download [http://3v1n0.tuxfamily.org/pool/edgy/3v1n0/pdfedit_0.2.5-0+3v1ubuntu1_i386.deb this file] to your desktop. Then double-click it.

in the terminal

wget -c http://3v1n0.tuxfamily.org/pool/edgy/3v1n0/pdfedit_0.2.5-0+3v1ubuntu1_i386.deb
sudo dpkg -i pdfedit_0.2.5-0+3v1ubuntu1_i386.deb

For Ubuntu 7.04 Feisty Fawn you may use the PDFEdit package from http://downloads.sourceforge.net/pdfedit/pdfedit-0.3.1-1.i386.rpm Download the rpm file from http://sourceforge.net/projects/pdfedit/ and install it with:

sudo alien -i pdfedit_0.3.1-1_i386.rpm

Installing PDFedit 0.3.1: Method 2

sudo apt-get update
sudo apt-get install alien
wget -c http://downloads.sourceforge.net/pdfedit/pdfedit-0.3.1-1.i386.rpm
sudo alien -iv pdfedit-0.3.1-1.i386.rpm

You're Done!

Afterwards, you should able to launch PDFedit with the command

pdfedit

Ubuntu 7.10 Gutsy

PDFEdit is in the universe repository of gutsy. Be aware that at the moment gutsy is in development state and by this is not to be expected stable! Please be patient until gutsy is officially released (Oct. 2007)


CategoryDocumentation

PDFedit (last edited 2017-09-04 19:15:05 by ckimes)