~elementary-os/ubuntu-package-imports/evince-xenial

« back to all changes in this revision

Viewing changes to help/sv/forms-saving.page

  • Committer: RabbitBot
  • Date: 2016-02-14 17:15:54 UTC
  • Revision ID: rabbitbot@elementary.io-20160214171554-hwytsmdwuuuzb1qd
Initial import, version 3.18.2-1ubuntu1

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="forms-saving" xml:lang="sv">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#forms"/>
 
6
    <desc>Make sure you save the
 
7
       form, otherwise all of the information you entered will be
 
8
       lost.</desc>
 
9
 
 
10
    <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
 
11
    <revision pkgversion="3.10.3" date="2014-03-22" status="review"/>
 
12
 
 
13
    <credit type="author">
 
14
      <name>Tiffany Antopolski</name>
 
15
      <email>tiffany@antopolski.com</email>
 
16
    </credit>
 
17
    <credit type="editor">
 
18
      <name>Anna Philips</name>
 
19
      <email>anna.cs.au@gmail.com</email>
 
20
    </credit>
 
21
    <license>
 
22
      <p>Creative Commons Share Alike 3.0</p>
 
23
    </license>
 
24
  </info>
 
25
 
 
26
<title>Saving a form</title>
 
27
 
 
28
<p>
 
29
  After you have filled it out, you may wish to save your form in one of two ways:
 
30
</p>
 
31
 
 
32
<list type="numbered">
 
33
<item><p>
 
34
     To save a copy that can be edited in the future (form remains interactive):
 
35
     </p>
 
36
   <steps>
 
37
      <item>
 
38
        <p>Click the <gui>File options</gui> menu in the top right corner and
 
39
        select <gui>Save a copy</gui> or press
 
40
        <keyseq><key>Ctrl</key><key>S</key></keyseq> on your keyboard.</p>
 
41
     </item>
 
42
 <item>
 
43
      <p>
 
44
      Choose a name and folder to save the file in, then click <gui>Save</gui>.
 
45
      The PDF will be saved in the folder you chose.
 
46
      </p>
 
47
    </item>
 
48
   </steps>
 
49
</item>
 
50
<item><p>
 
51
    To save a copy that can no longer be edited (for example, to e-mail the form or submit it on-line):
 
52
      </p>
 
53
   <steps>
 
54
    <item>
 
55
        <p>Click the <gui>File options</gui> menu in the top right corner and
 
56
        select <gui>Print</gui> or press
 
57
        <keyseq><key>Ctrl</key><key>P</key></keyseq> on your keyboard.</p>
 
58
    </item>
 
59
    <item>
 
60
      <p>
 
61
      Select <gui>Print to File</gui> and choose PDF as the
 
62
      <gui>Output format</gui>.
 
63
      </p>
 
64
    </item>
 
65
    <item>
 
66
      <p>
 
67
      Choose a name and folder to save the file in, then click <gui>Print</gui>.
 
68
      The PDF will be saved in the folder you chose.
 
69
      </p>
 
70
    </item>
 
71
   </steps>
 
72
</item>
 
73
</list>
 
74
 
 
75
<note style="bug">
 
76
<p>
 
77
  Copies of encrypted files can't be saved or printed.
 
78
</p>
 
79
</note>
 
80
 
 
81
</page>