QR Generator and Printer

Content Type: Module
Categories:

Overview

This is a module that generates QR codes from text input and prints them without showing a preview page using custom Java action. The QR codes are created server-side and stored in an Image object. The module uses the ZXing library and does not require any external APIs. You can find more information on the ZXing library at https://zxingnet.codeplex.com.

Documentation

QR-Code-Generator-and-Printer

Description

This is a module that generates QR codes from text input and prints them without showing a preview page using custom Java action. The QR codes are created server-side and stored in an Image object. The module uses the ZXing library and does not require any external APIs. You can find more information on the ZXing library at https://zxingnet.codeplex.com.

usage scenario

Generate and print the QR

Skipping the Print Preview processing can save a significant amount of time. To achieve this, we can create a custom Java Action, which will enable us to meet our use case requirements efficiently.

Dependencies

Mendix Modeler 9.18.3

Configuration

For QR Generation: Use the included Java action that requires two parameters: the text to be converted to a QR code and an Image object where the resulting QR code is saved. For QR Printing: Use the included Java action that requires only one parameters: the object to be printed.

Screenshots

Screenshot_10 Screenshot_11 Screenshot_12 Screenshot_13 Screenshot_14 Screenshot_15

Releases

Version: 1.0.1
Framework Version: 9.18.3
Release Notes: ## Description This is a module that generates QR codes from text input and prints them without showing a preview page using custom Java action. The QR codes are created server-side and stored in an Image object. The module uses the ZXing library and does not require any external APIs. You can find more information on the ZXing library at https://zxingnet.codeplex.com. ## Usage scenario Generate and print the QR Skipping the Print Preview processing can save a significant amount of time. To achieve this, we can create a custom Java Action, which will enable us to meet our use case requirements efficiently. ## Dependencies Mendix Modeler 9.18.3 ## Configuration For QR Generation: Use the included Java action that requires two parameters: the text to be converted to a QR code and an Image object where the resulting QR code is saved. For QR Printing: Use the included Java action that requires only one parameters: the object to be printed. ## Screenshots ![Screenshot_10](https://user-images.githubusercontent.com/105714808/221667678-7fa82cd0-a4c8-4999-8ac7-dc4632c87491.png) ![Screenshot_11](https://user-images.githubusercontent.com/105714808/221667697-208c3323-1869-49ec-8c36-6a85ab905f31.png) ![Screenshot_12](https://user-images.githubusercontent.com/105714808/221667731-3aff28b2-f182-49bd-9bed-107922555560.png) ![Screenshot_13](https://user-images.githubusercontent.com/105714808/221667745-2ad81186-4b45-4e68-ba09-b376e51711c3.png) ![Screenshot_14](https://user-images.githubusercontent.com/105714808/221667768-8b05f051-f41f-430c-a425-19db266110a3.png) ![Screenshot_15](https://user-images.githubusercontent.com/105714808/221667797-c004be09-54f1-41c6-b9a7-84be25985437.png)