From acb14d810930c18d6c26c259e87c0f7a1c7e4b77 Mon Sep 17 00:00:00 2001 From: Vaarnan Drolia Date: Thu, 28 Nov 2019 21:12:20 +0000 Subject: [PATCH] qrencode: add page (#3618) --- pages/common/qrencode.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/qrencode.md diff --git a/pages/common/qrencode.md b/pages/common/qrencode.md new file mode 100644 index 0000000000..b6148686c5 --- /dev/null +++ b/pages/common/qrencode.md @@ -0,0 +1,12 @@ +# qrencode + +> QR Code generator. Supports PNG and EPS. +> More information: . + +- Convert a string to a QR code and save to an output file: + +`qrencode -o {{path/to/output_file.png}} {{string}}` + +- Convert an input file to a QR code and save to an output file: + +`qrencode -o {{path/to/output_file.png}} -r {{path/to/input_file}}`