QR Code Creator and Reader Library

This component will create a QR code for a given input string and will read a QR code, which will return an encoded text string.

Top Benefits

  • Bot creates & reads QR codes
  • Saves bot development time
  • Easy to execute

Tasks

  • Pass input parameters (Text Message, Root folder path, QR image width & height)
  • Call DLL function (createQRcode or readQRCode)
  • Validate input parameters
  • Returns outputs (Error Status, OutputResult, ErrorDescr)

This component will create and read QR codes.

The QR Code DLL contains the list of functions to create and read QR codes. The user provides the folder path, text message, height & width of the QR code image to create a QR code or QR file path to read the QR code. The respective function is called from the QR Code DLL and the output is returned.

Get Bot

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
76
Vendor
Automation Type
Bot
Last Updated
May 13, 2021
First Published
May 13, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Bot in Action

Control Room
Code Snippet 1
Code Snippet 2
PREV NEXT
Control Room
Code Snippet 1
Code Snippet 2

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)

Run

That's it - now the Bot is ready to get going!

Requirements and Inputs

  • str_Message(Input) -Text Message to be encrypted in QR code
  • str_FolderPath(Input) - Folder where QR code image file will be created
  • int_Height(Input) - Height of QR Code image in Pixels
  • int_Width(Input) - Width of QR Code image in Pixels
  • str_QRFilePath(input) - QR Code image file path
  • str_OutputResult(Outout) - Function output result
  • bool_ErrorStatus(Output) - True if any exception occurs, else False.