diff options
Diffstat (limited to 'helpcontent2/source/text/shared/guide/qrcode.xhp')
-rw-r--r-- | helpcontent2/source/text/shared/guide/qrcode.xhp | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/helpcontent2/source/text/shared/guide/qrcode.xhp b/helpcontent2/source/text/shared/guide/qrcode.xhp new file mode 100644 index 000000000..f43ea9209 --- /dev/null +++ b/helpcontent2/source/text/shared/guide/qrcode.xhp @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + + <meta> + <topic id="qrcodetopic" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">QR Code</title> + <filename>/text/shared/guide/qrcode.xhp</filename> + </topic> + </meta> + <body> + <bookmark xml-lang="en-US" branch="index" id="bm_id901566317201860"> + <bookmark_value>QR Code</bookmark_value> + </bookmark> + <section id="qrcodeh1"> + <h1 id="hd_id461566315781439"><link href="text/shared/guide/qrcode.xhp" name="QR Code">QR Code</link></h1> + <bookmark id="bm_id971566315781438" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/QrCodeGenDialog" localize="false"/> + <bookmark id="bm_id971566315781436" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/@@nowidget@@" localize="false"/> + <paragraph id="par_id381566315781439" role="paragraph" xml-lang="en-US"><ahelp hid=".">Generate QR Code for any text or URL.</ahelp></paragraph> + </section> + <paragraph role="paragraph" id="par_id411566316109551">The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image.</paragraph> + <section id="howtoget"> + <paragraph role="paragraph" id="par_id761566316165430">Choose <menuitem>Insert - Object - QR Code</menuitem>.</paragraph> + </section> + <h2 id="hd_id611566316506278">URL or Text</h2> + <bookmark id="bm_id97156631571" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/edit_text" localize="false"/> + <paragraph role="paragraph" id="par_id251566316519649"><ahelp hid=".">The text from which to generate the QR code.</ahelp></paragraph> + <h2 id="hd_id701566317347416">Error correction</h2> + <paragraph role="paragraph" id="par_id281566317365617">The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged.</paragraph> + <paragraph role="paragraph" id="par_id781566317374864">There are four standard error correction values.</paragraph> + <list type="unordered"> + <listitem> + <bookmark id="bm_id97156631573" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_low" localize="false"/> + <paragraph id="par_id271566316757549" role="listitem"><emph>Low</emph>: <ahelp hid=".">7% of codewords can be restored.</ahelp></paragraph> + </listitem> + <listitem> + <bookmark id="bm_id97156631574" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_medium" localize="false"/> + <paragraph id="par_id751566316834436" role="listitem"><emph>Medium</emph>: <ahelp hid=".">15% of codewords can be restored.</ahelp></paragraph> + </listitem> + <listitem> + <bookmark id="bm_id97156631575" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_quartile" localize="false"/> + <paragraph id="par_id481566316843503" role="listitem"><emph>Quartile</emph>: <ahelp hid=".">25% of codewords can be restored.</ahelp></paragraph> + </listitem> + <listitem> + <bookmark id="bm_id97156631576" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_high" localize="false"/> + <paragraph id="par_id641566316849901" role="listitem"><emph>High</emph>: <ahelp hid=".">30% of codewords can be restored.</ahelp></paragraph> + </listitem> + </list> + <h2 id="hd_id701566316879046">Border</h2> + <bookmark id="bm_id97156631572" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/edit_border" localize="false"/> + <paragraph role="paragraph" id="par_id981566316947064"><ahelp hid=".">The width in dots of the border surrounding the QR code.</ahelp></paragraph> + <h2 id="hd_id761566322212787">Example</h2> + <paragraph role="paragraph" id="par_id401566321281041">The QR code below was generated for the text <literal>www.libreoffice.org</literal>:</paragraph> + <paragraph role="paragraph" id="par_id561566321218295" xml-lang="en-US"> + <image src="media/helpimg/qrcode_example.svg" id="img_id991566321218295" width="4cm" height="4cm"><alt xml-lang="en-US" id="alt_id401566321218295">QR code example</alt></image> + </paragraph> + <section id="relatedtopics"> + <paragraph role="paragraph" id="par_id441566317415844">QR code in the <link href="https://en.wikipedia.org/wiki/QR_code" name="wikipedia">Wikipedia</link></paragraph> + </section> +</body> +</helpdocument> |