diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-19 18:33:53 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-19 18:33:53 +0100 | 
| commit | da5f92dbdce7f4679f6aaa2f33c2461c973c2a0f (patch) | |
| tree | a4decb3fe97aba172c30db754559b23ce1bb0bbc /help/uk/save.page | |
| parent | fe44d759709d55ef406f799e55c0d0edd7c72ea1 (diff) | |
| parent | 42999abb9e2e1d13125f6d0e1c434e3235bf49a2 (diff) | |
Merge tag 'upstream/3.19.3'
Upstream version 3.19.3
Diffstat (limited to 'help/uk/save.page')
| -rw-r--r-- | help/uk/save.page | 69 | 
1 files changed, 69 insertions, 0 deletions
| diff --git a/help/uk/save.page b/help/uk/save.page new file mode 100644 index 0000000..65e2b47 --- /dev/null +++ b/help/uk/save.page @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" type="guide" id="save" xml:lang="uk"> + +    <info> +        <link type="guide" xref="index#use"/> +    </info> +   +	<title>Збереження даних до файла</title> + +    <steps> +      <item> +	<p>Navigate to the <guiseq><gui>Document</gui><gui>Save As</gui></guiseq> menu  +	(or press <keyseq><key>Shift</key><key>Ctrl</key><key>S</key></keyseq>). +	</p> +      </item> +      <item> +	<p>From the "Save As" dialog box, choose one of the supported file +	types, or simply change the extension in the "Name" field.  +	</p> +      </item> +      <item> +	<p>Press the "Save" button.</p> +      </item> +    </steps> +     +     +<table frame="bottom left right top" rules="rows cols" shade="rows"> +	<title>Supported File Types</title> +	<tr> +		<td><p><em>Type</em></p></td> +		<td><p><em>Brief Description</em></p></td> +	</tr> +	<tr> +		<td><p>PDF</p></td> +		<td><p>A PDF can contain multiple pages, like a book, and is easy to distribute. Only a small number +		of linux programs can modify PDF documents, so this format is recommended primarily for archiving. +        The size of the PDF document is affected by the <link xref="quality">image quality</link>. +		See the <link href="http://en.wikipedia.org/wiki/pdf">PDF Wikipedia page</link> for more information. +		    </p></td> +	</tr> +	<tr> +		<td><p>JPEG</p></td> +		<td><p>JPEG is the file format used by digital cameras to save pictures. A JPEG file is relatively +		small, very easy to distribute, and suitable for uploading to social networking sites. Most operating +		systems come with a JPEG editor by default. If you have scanned multiple pages, a JPEG file will be +		created for each page. Use this file type if you want to modify or upload the scanned images. +        The size of the JPEG file is affected by the <link xref="quality">image quality</link>. +		See the <link href="http://en.wikipedia.org/wiki/jpeg">JPEG Wikipedia page</link> for more information. +		    </p></td> +	</tr> +	<tr> +		<td><p>PNG</p></td> +		<td><p>PNG files contain the raw data from the scanner. This makes them very large and not suitable +		for distributing. If you have scanned multiple pages, a PNG file will be created for each page. +		See the <link href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG Wikipedia page</link> +		for more information. +		    </p></td> +	</tr> +	<tr> +		<td><p>TIFF</p></td> +		<td><p>TIFF files contain the raw data from the scanner. This makes them very large and not suitable +		for distributing. If you have scanned multipe pages, a TIFF file will be created for each page. +		See the <link href="http://en.wikipedia.org/wiki/Tagged_Image_File_Format">TIFF Wikipedia page</link> +		for more information. +		    </p></td> +	</tr> + +</table>     +</page> | 
