特殊:Badtitle/NS100:PDFedit:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第1行: 第1行:
{{From|https://help.ubuntu.com/community/PDFedit}}
{{From|https://help.ubuntu.com/community/PDFedit}}
{{Languages|UbuntuHelp:PDFedit}}
{{Languages|UbuntuHelp:PDFedit}}
== Why PDFedit? ==
== 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).
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 ==
== Ubuntu 7.10 Gutsy Gibbon ==
PDFEdit is in the universe repository of gutsy. For older versions of Ubuntu see below:
PDFEdit is in the universe repository of gutsy. For older versions of Ubuntu see below:
 
== Older versions ==
== Installing PDFedit: Method 1 ==
=== Method 1 ===
 
==== in the GUI ====
=== in the GUI ===
Download [http://www.getdeb.net/app.php?name=PDF+Editor this file] to your desktop. Then double-click it.
Download [http://www.getdeb.net/app.php?name=PDF+Editor this file] to your desktop. Then double-click it.
 
==== in the terminal ====
=== in the terminal ===
<pre><nowiki>
<pre><nowiki>
wget -c http://3v1n0.tuxfamily.org/pool/edgy/3v1n0/pdfedit_0.2.5-0+3v1ubuntu1_i386.deb
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
sudo dpkg -i pdfedit_0.2.5-0+3v1ubuntu1_i386.deb
</nowiki></pre>
</nowiki></pre>
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
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:
Download the rpm file from http://sourceforge.net/projects/pdfedit/ and install it with:
第26行: 第19行:
sudo alien -i pdfedit_0.3.1-1_i386.rpm
sudo alien -i pdfedit_0.3.1-1_i386.rpm
</nowiki></pre>
</nowiki></pre>
 
=== Method 2 ===
== Installing PDFedit 0.3.1: Method 2 ==
<pre><nowiki>
<pre><nowiki>
sudo apt-get update
sudo apt-get update
第34行: 第26行:
sudo alien -iv pdfedit-0.3.1-1.i386.rpm
sudo alien -iv pdfedit-0.3.1-1.i386.rpm
</nowiki></pre>
</nowiki></pre>
 
== Launching PDFedit ==
== You're Done! ==
Afterwards, you should be able to launch PDFedit with the command
Afterwards, you should be able to launch PDFedit with the command
<pre><nowiki>
<pre><nowiki>
pdfedit
pdfedit
</nowiki></pre>
</nowiki></pre>
----
----
[[category:CategoryDocumentation]]
[[category:CategoryDocumentation]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:58的版本

{{#ifexist: :PDFedit/zh | | {{#ifexist: PDFedit/zh | | {{#ifeq: {{#titleparts:PDFedit|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:PDFedit|1|-1|}} | zh | | }}

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