Diff for "PDFedit"


Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2007-04-15 00:05:00
Size: 1330
Editor: adsl-70-143-91-248
Comment:
Revision 18 as of 2011-10-28 22:02:11
Size: 1898
Editor: host86-155-239-10
Comment: Updated for Ubuntu 7.10 and above, including greater detail.
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;">'''Contents'''[[BR]][[TableOfContents(2)]]|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>||
Line 3: Line 3:
= Why? PDFedit = = Why PDFedit? =
Line 7: Line 7:
= Installing PDFedit: Method 1 = = Ubuntu 7.10 and above =
Line 9: Line 9:
== 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.
== GUI method ==
Open the software-center, and type "pdfedit" in the "Search" box. Click on "PDF Editor", then click on "install", and enter your password when asked.
Line 12: Line 12:
== in the terminal == == Terminal method ==
To install pdfedit, open a terminal and type:

{{{
sudo apt-get install pdfedit
}}}

Then enter your password when asked for it.

= Older versions =

== Method 1 ==

=== in the GUI ===


Download ('''Broken Link''')[[http://www.getdeb.net/app.php?name=PDF+Editor|this file]] to your desktop. Then double-click it.

=== in the terminal ===
Line 18: Line 36:
= Installing PDFedit: Method 2 = 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 ==
Line 22: Line 46:
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 26: Line 50:
= You're Done! =
Afterwards, you should able to launch PDFedit with the command
= Launching PDFedit =
Afterwards, you should be able to launch PDFedit with the command
Line 33: Line 57:
CategoryDocumentation

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 and above

GUI method

Open the software-center, and type "pdfedit" in the "Search" box. Click on "PDF Editor", then click on "install", and enter your password when asked.

Terminal method

To install pdfedit, open a terminal and type:

sudo apt-get install pdfedit

Then enter your password when asked for it.

Older versions

Method 1

in the GUI

Download (Broken Link)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


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