From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- helpcontent2/source/text/shared/guide/qrcode.xhp | 65 ++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 helpcontent2/source/text/shared/guide/qrcode.xhp (limited to 'helpcontent2/source/text/shared/guide/qrcode.xhp') diff --git a/helpcontent2/source/text/shared/guide/qrcode.xhp b/helpcontent2/source/text/shared/guide/qrcode.xhp new file mode 100644 index 000000000..9864ab8fe --- /dev/null +++ b/helpcontent2/source/text/shared/guide/qrcode.xhp @@ -0,0 +1,65 @@ + + + + + + + QR and Barcode + /text/shared/guide/qrcode.xhp + + + + + QR code;barcode + +
+

QR and Barcode

+ + + Generate linear and matrix codes for any text or URL. +
+ The QR and Barcode generation feature allows you to encode any text string or URL as a barcode or a QR code and insert it as a graphical object in a document for scanning. +
+ +
+

URL or text

+ + The text from which to generate the code. +

Error correction

+ 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. + There are four standard error correction values. + + + + + + + Low: 7% of codewords can be restored. + + + Medium: 15% of codewords can be restored. + + + Quartile: 25% of codewords can be restored. + + + High: 30% of codewords can be restored. + + +

Margin

+ + The width of the margin surrounding the code. +

Example

+ The QR code below was generated for the text www.libreoffice.org: + + QR code example + + +
-- cgit v1.2.3