Open links in new tab
    • Work Report
    • Email
    • Rewrite
    • Speech
    • Title Generator
    • Smart Reply
    • Poem
    • Essay
    • Joke
    • Instagram Post
    • X Post
    • Facebook Post
    • Story
    • Cover Letter
    • Resume
    • Job Description
    • Recommendation Letter
    • Resignation Letter
    • Invitation Letter
    • Greeting Message
    • Try more templates
  1. JavaFX QR Code Generation - Coder Scratchpad

    Jul 17, 2023 · If you’re a Java developer working with JavaFX, you might wonder how to generate QR codes efficiently. In this article, we’ll guide you through the process …

  2. How to generate and read QR code with Java using ZXing …

    Jul 12, 2025 · ZXing ("Zebra Crossing") is the popular API for QR code processing in Java. Its library has multiple components, and we will be using the ‘core’ for QR …

  3. Generate and Read QR Code in Java - Medium

    Jan 17, 2024 · In this article, we’ve learned how to create QR code with custom settings in Java, as well as how to retrieve data from a QR code image, with the …

  4. Generate and Read QR code in Java using Zxing Library

    Jan 9, 2025 · QR code (Quick Response code) is a type of two-dimensional matrix barcode. It has black squares on a white background with fiducial markers, …

  5. Generating branded QR Codes with Java and ZXing

    May 7, 2025 · In this post, I’ll walk through how to generate branded QR codes in Java using the ZXing library, and how to seamlessly embed a logo into the code without …

  6. Java QR Code Generator - Step-by-Step Guide - CodePal

    Sep 27, 2023 · Learn how to generate a QR code using Java code. This tutorial provides a step-by-step guide on how to create a QR code image from text.

  7. Generating Barcodes and QR Codes in Java - CodingTechRoom

    Learn how to generate barcodes and QR codes in Java with this detailed tutorial. Includes code examples, tips, and best practices.

  8. QR code generation in Java with example - Medium

    Dec 10, 2022 · A QR code, or Quick Response code, is a two-dimensional barcode that is used to store information. It is typically used to store URLs or other information that can be easily read by a...