~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/it/convertpdf.page

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="convertpdf" xml:lang="it">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#tips"/>
 
6
    <desc>You can convert a document to PDF by "printing" it to a file.</desc>
 
7
 
 
8
    <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
 
9
    <credit type="author">
 
10
      <name>Phil Bull</name>
 
11
      <email>philbull@gmail.com</email>
 
12
    </credit>
 
13
    <license>
 
14
      <p>Creative Commons Share Alike 3.0</p>
 
15
    </license>
 
16
 
 
17
  </info>
 
18
 
 
19
<title>Converting A Document To PDF</title>
 
20
 
 
21
<p>
 
22
You can convert documents of the following format types into PDF format:
 
23
</p>
 
24
<list>
 
25
 <item><p>Device Independent file format (.dvi)</p></item>
 
26
 <item><p>PostScript (.ps)</p></item>
 
27
</list>
 
28
<p>
 
29
This works by opening the file in Document Viewer and "printing" the document as a PDF file.
 
30
</p>
 
31
<steps>
 
32
    <item>
 
33
      <p>
 
34
      Click <guiseq><gui>File</gui><gui>Print</gui></guiseq> and go to the
 
35
      <gui>General</gui> tab.
 
36
      </p>
 
37
    </item>
 
38
    <item>
 
39
      <p>
 
40
      Select <gui>Print to File</gui> and choose PDF as the
 
41
      <gui>Output format</gui>.
 
42
      </p>
 
43
    </item>
 
44
    <item>
 
45
      <p>
 
46
      Choose a name and folder to save the file in, then click <gui>Print</gui>.
 
47
      The PDF will be saved in the folder you chose.
 
48
      </p>
 
49
    </item>
 
50
</steps>
 
51
<p>
 
52
Note:
 
53
</p>
 
54
<p>
 
55
You can't select text in PostScript or .dvi files, but you usually can do
 
56
this in PDF files. Converting .dvi or PostScript files to PDF will not make
 
57
the text selectable. This is because the text itself isn't stored in the file
 
58
(it's just an image of what the text looks like), so there is no way to recover
 
59
it and put it in the PDF. You can use <em>Optical Character Recognition</em>
 
60
(OCR) software to extract the text from files if you need to.
 
61
</p>
 
62
 
 
63
</page>