Diff for "PDFedit"


Differences between revisions 20 and 21
Revision 20 as of 2011-10-29 11:21:31
Size: 1635
Editor: host86-155-239-10
Comment:
Revision 21 as of 2017-09-04 19:15:05
Size: 1021
Editor: ckimes
Comment: Tag with NeedsUpdating; remove old install instructions that don't work anymore
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<Include(Tag/NeedsUpdating)>>
Line 7: Line 9:
= Ubuntu 7.10 and above =
To install pdfedit, [[apt:pdfedit|install the ''pdfedit'' package]]
= Installation =
Line 10: Line 11:
= Older versions = The ''pdfedit'' package is no longer available in the Ubuntu repositories as it depends on old qt3 libraries that Ubuntu no longer provides.
Line 12: Line 13:
== 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 ===
{{{
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
}}}
Consider [[https://askubuntu.com/questions/538966/how-can-i-install-pdfedit-on-ubuntu-14-04|this post on Ask Ubuntu]].

Tag/tag.png

Needs Updating
This article needs updating to include the latest versions of Ubuntu. More info...

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).

Installation

The pdfedit package is no longer available in the Ubuntu repositories as it depends on old qt3 libraries that Ubuntu no longer provides.

Consider this post on Ask Ubuntu.

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)