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 http://surl.li/kotbj.

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 http://surl.li/kotbj.

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

  •     
  •     
  •