Differences between revisions 21 and 22
Revision 21 as of 2007-10-02 20:53:00
Size: 2825
Comment:
Revision 22 as of 2008-07-12 08:38:27
Size: 2728
Editor: FranklinPiat
Comment: PDF is now ISO 32000-1:2008
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||||<tablestyle="width: 100%; border: 0px hidden">||
||<style="border: 0px hidden">["FrontPage"] > [:Portal_Welcome:...] > [:Portal_Softwares:...] > [:Portal_Office_Softwares:Office softwares] > PDF||<style="text-align: right; border: 0px hidden"> {*} {o} {o} ''[:Portal_Welcome/Discussion#level:User]''||
||<style="font-size: smaller">''Translation(s): any''||<style="text-align: right; border: 0px hidden"> (!) ''[:/Discussion:Discussion]''||
#language en
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[:DebianWiki/EditorGuide#translation:Translation(s)]: none-~||<style="text-align: right;border: 0px hidden"> (!) [:/Discussion:Discussion]||
Line 5: Line 4:
Portable Document Format, see WikiPedia:PDF on Wikipedia. ~+__P__ortable __D__ocument __F__ormat+~, see WikiPedia:PDF on Wikipedia.
Line 106: Line 105:

= See Also =
 * PDF is now an ISO standard [http://www.iso.org/iso/catalogue_detail?csnumber=51502 ISO 32000-1:2008]

[:DebianWiki/EditorGuide#translation:Translation(s)]: none

(!) [:/Discussion:Discussion]


Portable Document Format, see PDF on Wikipedia.

?TableOfContents(3)

Readers

Graphical

Free PDF Viewers

We recommend that you use free PDF viewers because they are better supported in Debian. The most notable PDF viewers are:

  • Evince for GNOME desktop,
  • Kpdf for KDE desktop
  • ViewPDF.app for GNUstep environment.
  • xpdf for XFCE and other x window managers.

To install these, just use the command

aptitude install evince

or

aptitude install xpdf

or

aptitude install kpdf

or

apt-get install viewpdf.app

These packages are found in the 'main' repository.

There are other PDF viewers available in debian. search [http://packages.debian.org].

Nonfree Adobe Acrobat Reader

Apt-get debian packages

If you really need Acrobat Reader in an easy way, add something like

  deb http://www.debian-multimedia.org stable main
or
  deb http://www.debian-multimedia.org testing main
or
  deb http://www.debian-multimedia.org unstable main

to

 /etc/apt/sources.list

For this, you can type

 su
 nano /etc/apt/sources/list

(see SourcesList).

This repository isn't "official" but it works and has some otherwise-unavailable packages.

After this, type in a terminal:

 apt-get update && apt-get install acroread mozilla-acroread 

or use ["Synaptic"] to install the packages acroread and mozilla-acroread

You can type in ["Mozilla"]

 about:plugins

and see:

  • File name nppdf.so
    • application/pdf Portable Document Format pdf
    • application/vnd.fdf Acrobat Forms Data Format fdf
    • application/vnd.adobe.xfdf XML Version of Acrobat Forms Data Format xfdf
    • application/vnd.adobe.xdp+xml Acrobat XML Data Package xdp
    • application/vnd.adobe.xfd+xml Adobe ?FormFlow99 Data File xfd

/!\ To install acroread-plugin, you have to un-install ["Xine"]-ui package and viceversa.

Text

  • package xpdf-utils contains the pdftotext program for converting a PDF to text

Generators

Graphical

Technical

  • package alml

  • package htmldoc

  • package php-fpdf in PHP

  • package cl-pdf in Common Lisp

  • package python-reportlab in Python

See Also