diff options
author | mbkma <[email protected]> | 2021-03-12 11:24:53 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-29 20:45:35 +0200 |
commit | e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec (patch) | |
tree | 09d117459074c1f7fa8a9f2e0415d2f01a225e21 /help/C/convertSVG.page | |
parent | 2651eeb6938177551676efc0a9ffde1e2c9ab9fc (diff) | |
download | atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.bz2 atril-e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec.tar.xz |
update help
Diffstat (limited to 'help/C/convertSVG.page')
-rw-r--r-- | help/C/convertSVG.page | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/help/C/convertSVG.page b/help/C/convertSVG.page new file mode 100644 index 00000000..78134bc5 --- /dev/null +++ b/help/C/convertSVG.page @@ -0,0 +1,55 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" style="task" + id="convertSVG"> + + <info> + <link type="guide" xref="index#tips"/> + <desc>You can convert a document to SVG by "printing" it to a file.</desc> + <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/> + <credit type="author"> + <name>Phil Bull</name> + <email>[email protected]</email> + </credit> + <credit type="editor"> + <name>Anna Philips</name> + <email>[email protected]</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + +<title>Converting a document to SVG</title> +<p> +You can convert documents of the following format types to SVG files: +</p> +<list> + <item><p>Portable Document Format (.pdf)</p></item> +</list> +<p> +This works by opening the file in <app>Atril</app> and "printing" the document as an SVG file. +</p> +<steps> + <item> + <p> Go to + <guiseq><gui style="menuitem">File</gui> + <gui style="menuitem">Print</gui></guiseq> + and + select <gui>Print</gui> or press + <keyseq><key>Ctrl</key><key>P</key></keyseq>.</p> + </item> + <item> + <p> + Select <gui>Print to File</gui> and choose SVG as the + <gui>Output format</gui>. + </p> + </item> + <item> + <p> + Choose a name and folder in which to save the file, then click <gui>Print</gui>. + The SVG file will be saved in the folder you chose. + </p> + </item> +</steps> +</page> |