Diff for "PDFedit"


Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2007-07-05 18:10:07
Size: 1814
Editor: 45238
Comment: Link for new version (fron getdeb.net)
Revision 11 as of 2007-11-23 12:02:56
Size: 1676
Editor: dyn-62-56-81-237
Comment: emphasise the current method
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
= Installing PDFedit: Method 1 = = Ubuntu 7.10 Gutsy Gibbon =
PDFEdit is in the universe repository of gutsy. For older versions of Ubuntu see below:
Line 9: Line 10:
== in the GUI == = Older versions =

== Method 1 ==

=== in the GUI ===
Line 12: Line 17:
== in the terminal == === in the terminal ===
Line 24: Line 29:
= Installing PDFedit 0.3.1: Method 2 = == Method 2 ==
Line 32: Line 37:
= You're Done! = = Launching PDFedit =
Line 38: Line 43:
= Ubuntu 7.10 Gutsy Gibbon =
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).

Ubuntu 7.10 Gutsy Gibbon

PDFEdit is in the universe repository of gutsy. For older versions of Ubuntu see below:

Older versions

Method 1

in the GUI

Download [http://www.getdeb.net/app.php?name=PDF+Editor 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

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

Launching PDFedit

Afterwards, you should be able to launch PDFedit with the command

pdfedit


CategoryDocumentation

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