~nailor/+junk/simple-scan-playground

« back to all changes in this revision

Viewing changes to help/C/save.page

  • Committer: Robert Ancell
  • Author(s): Ali Shtarbanov
  • Date: 2013-03-04 22:33:50 UTC
  • Revision ID: robert.ancell@canonical.com-20130304223350-v4xbxd0g13a5uada
Update to help files by Ali Shtarbanov

this is committed by Michael Nagel,
Alis Mail is stripped on a guess based on:

Hello Michael,

Sorry for bothering you about this but it may be important. In comment #10
of this bug https://bugs.launchpad.net/simple-scan/+bug/550856 the user
posted my e-mail in association with my name, which may cause spam bots to
find it easily. Would you, or some of the other administrators, be able to
delete my e-mail from that post?

Thank you,
ALi

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  
9
9
        <title>Saving to a File</title>
10
10
 
11
 
    <p>
12
 
    To save the current document to a file use the <guiseq><gui>Document</gui><gui>Save</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>S</key></keyseq>).
13
 
    When you save, there is a choice of three file types.
14
 
    </p>
15
 
    <terms>
16
 
      <item>
17
 
        <title>Portable Document Format (PDF)</title>
18
 
        <p>A PDF can contain multiple pages (like a book) and is easy to distribute to other people.  Most people do not have software to modify PDF documents so this format is best used for archiving.</p>
19
 
        <p>Use this type if you have scanned multiple pages of text.</p>
20
 
      </item>
21
 
      <item>
22
 
        <title>JPEG</title>
23
 
        <p>JPEG file is the file format used by digital cameras and is very small and so easy to distribute.  Most people have software to modify JPEG photos and this format is suitable for uploading to social networking sites.  If you have scanned multiple pages then a JPEG file will be written for each page.</p>
24
 
        <p>Use this type if you want to modify or upload the scanned images.</p>
25
 
      </item>
26
 
      <item>
27
 
        <title>PNG</title>
28
 
        <p>PNG files contain the raw data from the scanner. This makes them much larger than JPEG files and not suitable for distributing. If you have scanned multiple pages then a PNG file will be written for each page.</p>
29
 
        <p>Use this type if you need high resolution files for editing</p>
30
 
      </item>
31
 
    </terms>
 
11
    <steps>
 
12
      <item>
 
13
        <p>Navigate to the <guiseq><gui>Document</gui><gui>Save As</gui></guiseq> menu 
 
14
        (or press <keyseq><key>Shift</key><key>Ctrl</key><key>S</key></keyseq>).
 
15
        </p>
 
16
      </item>
 
17
      <item>
 
18
        <p>From the "Save As" dialog box, choose one of the supported file
 
19
        types, or simply change the extension in the "Name" field. 
 
20
        </p>
 
21
      </item>
 
22
      <item>
 
23
        <p>Press the "Save" button.</p>
 
24
      </item>
 
25
    </steps>
 
26
    
 
27
    
 
28
<table frame="bottom left right top" rules="rows cols" shade="rows">
 
29
        <title>Supported File Types</title>
 
30
        <tr>
 
31
                <td><p><em>Type</em></p></td>
 
32
                <td><p><em>Brief Description</em></p></td>
 
33
        </tr>
 
34
        <tr>
 
35
                <td><p>PDF</p></td>
 
36
                <td><p>A PDF can contain multiple pages, like a book, and is easy to distribute. Only a small number
 
37
                of linux programs can modify PDF documents, so this format is recommended primarily for archiving.
 
38
                See the <link href="http://en.wikipedia.org/wiki/pdf">PDF Wiki page</link> for more information.
 
39
                    </p></td>
 
40
        </tr>
 
41
        <tr>
 
42
                <td><p>JPEG</p></td>
 
43
                <td><p>JPEG is the file format used by digital cameras to save pictures. A JPEG file is relatively
 
44
                small, very easy to distribute, and suitable for uploading to social networking sites. Most operating
 
45
                systems come with a JPEG editor by default. If you have scanned multiple pages, a JPEG file will be
 
46
                created for each page. Use this file type if you want to modify or upload the scanned images.
 
47
                See the <link href="http://en.wikipedia.org/wiki/jpeg">JPEG Wiki page</link> for more information.
 
48
                    </p></td>
 
49
        </tr>
 
50
        <tr>
 
51
                <td><p>PNG</p></td>
 
52
                <td><p>PNG files contain the raw data from the scanner. This makes them very large and not suitable
 
53
                for distributing. If you have scanned multiple pages, a PNG file will be created for each page.
 
54
                See the <link href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG Wiki page</link>
 
55
                for more information.
 
56
                    </p></td>
 
57
        </tr>
 
58
        <tr>
 
59
                <td><p>TIFF</p></td>
 
60
                <td><p>TIFF files contain the raw data from the scanner. This makes them very large and not suitable
 
61
                for distributing. If you have scanned multipe pages, a TIFF file will be created for each page.
 
62
                See the <link href="http://en.wikipedia.org/wiki/Tagged_Image_File_Format">TIFF Wiki page</link>
 
63
                for more information.
 
64
                    </p></td>
 
65
        </tr>
 
66
 
 
67
</table>    
32
68
</page>