From 6be401761d62c217369618b543cb498f9d99629b Mon Sep 17 00:00:00 2001 From: Shubham Goyal <22shubh22@gmail.com> Date: Tue, 20 Aug 2019 14:35:40 -0300 Subject: tdf#126721 Help page for QR Code Change-Id: Ie4922f4e34798aaf6c49b30a3d09f3f40532076a Reviewed-on: https://gerrit.libreoffice.org/77851 Tested-by: Jenkins Reviewed-by: shubham goyal <22shubh22@gmail.com> Reviewed-by: Samuel Mehrbrodt --- AllLangHelp_shared.mk | 1 + Package_html_media.mk | 1 + source/media/helpimg/qrcode_example.svg | 6 ++++ source/text/shared/guide/qrcode.xhp | 61 +++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 source/media/helpimg/qrcode_example.svg create mode 100644 source/text/shared/guide/qrcode.xhp diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 46934ccb55..0c76d1108b 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -696,6 +696,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/guide/print_blackwhite \ helpcontent2/source/text/shared/guide/print_faster \ helpcontent2/source/text/shared/guide/protection \ + helpcontent2/source/text/shared/guide/qrcode \ helpcontent2/source/text/shared/guide/redaction \ helpcontent2/source/text/shared/guide/redlining \ helpcontent2/source/text/shared/guide/redlining_accept \ diff --git a/Package_html_media.mk b/Package_html_media.mk index bdfff054ea..70b15a6ed0 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -71,6 +71,7 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE helpimg/names_as_addressing.png \ helpimg/note.png \ helpimg/note_small.png \ + helpimg/qrcode_example.svg \ helpimg/rechenlt.png \ helpimg/refhand.png \ helpimg/right.png \ diff --git a/source/media/helpimg/qrcode_example.svg b/source/media/helpimg/qrcode_example.svg new file mode 100644 index 0000000000..a2807d2c78 --- /dev/null +++ b/source/media/helpimg/qrcode_example.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp new file mode 100644 index 0000000000..c4d1fc3af3 --- /dev/null +++ b/source/text/shared/guide/qrcode.xhp @@ -0,0 +1,61 @@ + + + + + + + QR Code + /text/shared/guide/qrcode.xhp + + + + + QR Code + +
+ +

QR Code

+ Generate QR Code for any text or URL. +
+ 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. +
+ Choose Insert - QR Code. +
+

URL or Text

+ The text for which the QR Code is generated. +

Option

+ 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 destroyed. + 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. + + +

Border

+ The border width in dots surrounding the QR Code. Must be a non-negative value. +

Example

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