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

« back to all changes in this revision

Viewing changes to help/eu/convertpdf.page

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 16:20:57 UTC
  • mfrom: (1.6.4 upstream)
  • mto: (1.3.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20110414162057-0ofhbd139zs6ev6y
ImportĀ upstreamĀ versionĀ 3.0.0

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="eu">
 
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>