LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Release Notes
  • Image Manipulation
    • Overview
  • Converting Images to Grayscale
  • Flipping Images
  • QR Code Generation
  • Resizing Images
  • Rotating Images
  • Text Visualization
Powered by GitBook
On this page
  • Generate a QR Code with a URL
  • Generate a QR Code with WiFi Configuration

Was this helpful?

Export as PDF

QR Code Generation

Last updated 18 days ago

Was this helpful?

Generating QR codes is a useful feature for encoding data such as URLs and WiFi configurations. This section covers how to generate QR codes with different types of data.

Generate a QR Code with a URL

Example:

generate a QR code with
    the data is "https://www.example.com"

This command generates a QR code containing the URL ".

Generate a QR Code with WiFi Configuration

Example:

generate a QR code with
    the data is "WIFI:T:WPA;S:mynetwork;P:mypass;;"

This command generates a QR code containing the WiFi configuration for a network named "mynetwork" with the password "mypass".

https://www.example.com"