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

« back to all changes in this revision

Viewing changes to help/nl/convertSVG.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="convertSVG" xml:lang="nl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#tips"/>
 
6
    <desc>You can convert a document to SVG 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 SVG</title>
 
20
<p>
 
21
You can convert documents of the following format types to SVG files:
 
22
</p>
 
23
<list>
 
24
 <item><p>Portable Document Format (.pdf)</p></item>
 
25
</list>
 
26
<p>
 
27
This works by opening the file in Document Viewer and "printing" the document as an SVG file.
 
28
</p>
 
29
<steps>
 
30
    <item>
 
31
      <p>
 
32
      Click <guiseq><gui>File</gui><gui>Print</gui></guiseq> and go to the
 
33
      <gui>General</gui> tab.
 
34
      </p>
 
35
    </item>
 
36
    <item>
 
37
      <p>
 
38
      Select <gui>Print to File</gui> and choose SVG as the
 
39
      <gui>Output format</gui>.
 
40
      </p>
 
41
    </item>
 
42
    <item>
 
43
      <p>
 
44
      Choose a name and folder to save the file in, then click <gui>Print</gui>.
 
45
      The SVG file will be saved in the folder you chose.
 
46
      </p>
 
47
    </item>
 
48
</steps>
 
49
</page>