Barcode & QR Code Generator
HomeBlogDocsContact
  • Overview
    • Try It!
    • Introduction
    • Key Features
    • Competitive Matrix
    • Industry Use Cases
      • IT Asset Management (ITAM)
      • Field Service Management (FSM)
    • Videos
    • Reviews
  • Technical Docs
    • Getting Started
    • Building a Barcode Label
      • Barcode Generator
      • Barcode Parts
    • Using a Barcode Label
      • Display from Form/List
      • Display on Service Portal or Employee Center
      • Display in Email Notification
      • Print
      • Save to Disk
      • Attach to Record
      • Use in Custom App
      • Use in Yansa PDF Generator
    • Printing Pages w/ Multiple Labels
    • Silent Printing
    • Client-side vs Server-side Barcode Generation
    • Optimizing Barcodes for Scanning
    • Barcode Tester
    • General Settings
    • ATF Test Suite
    • Logging
    • Troubleshooting
    • Frequently Asked Questions
Powered by GitBook
On this page
  • Why will my scanner not read the printed barcode?
  • How can I print pages of Avery labels with barcode content?
  • How can I print barcodes without having to confirm the print dialog each time?
  • How can I improve the print layout of my barcode labels?
  • Why do my small barcode labels have odd sizing or overlap?
  • How can I improve rendering speed of my barcodes?
  • Why can I not see barcodes in my email notification preview?
  • Why can I not see barcodes on standard forms when the Service Portal view works correctly?
  1. Technical Docs

Frequently Asked Questions

PreviousTroubleshooting

Last updated 1 month ago

Why will my scanner not read the printed barcode?

When a scanner will not correctly read a printed barcode, it is generally due to 1 of 2 issues:

  1. The scanner expects (or does not expect) a Check Digit. On the form, you can enable or disable the check digit for a particular barcode.

  2. The sizing or proportions of the Barcode Part are not compatible with the scanner used. This can also result in sporadic success when scanning. You can learn how to test & optimize a barcode for your scanner at .

How can I print pages of Avery labels with barcode content?

The recommended solution for printing pages of labels with barcode content is to use Yansa Labs integration between . Both of these apps are maintained by Yansa Labs and have a direct integration to allow including barcode content on PDF templates.

PDF Generator includes a turn-key integration with Avery labels, including pre-built templates.

This solution allows precise generation of PDF documents for printing, regardless of the browser or printer used.

How can I print barcodes without having to confirm the print dialog each time?

Most browsers allow 'silent printing' to automatically print without a confirmation dialog. As this configuration varies between browsers and operating systems, we recommend using your favorite search engine to determine how to enable 'silent printing' for your preferred browser.

How can I improve the print layout of my barcode labels?

Each printer, browser, and operating system will handle print layout a bit differently. When printing directly from Barcode & QR Code Generator, it may be necessary to test different barcode label layouts and print margin/header/etc settings to find the optimal configuration for your use-case. When highly specific print layouts are required, we recommend using our integration between . Although it is most often used for printing pages of labels, it is also effective for highly-specific single-page label layouts.

Why do my small barcode labels have odd sizing or overlap?

We've worked to standardized sizing and make it as easy as possible to build pixel-perfect barcode labels at any size. However, smaller labels make it more difficult to properly fit readable barcodes and additional content. Occasionally, barcodes in small form factors must scale larger vertically or horizontally in order to ensure they can be read by a scanner, and this can push or overlap adjacent content.

In these cases, you may need to adjust sizing and placement of content to find the optimal layout. Also, be sure to test your barcode label with your scanner to ensure that it is still readable at a small size.

How can I improve rendering speed of my barcodes?

Some types of barcodes can take longer to render, especially server-side. This is due to the complexity of performing the necessary vector math to generate barcodes and fonts. Characteristics that can increase rendering time are:

  1. Barcode complexity: 2D barcodes such as Aztec Code or PDF417 take much longer to generate than 1D barcodes such as CODE128. (Exception: Our QR Code algorithm has been highly optimized so that it performs similarly to 1D barcodes)

  2. Including text on the barcode: Enabling the 'Show value' option on the barcode attempts to include text as part of rendered SVG content, which is computationally intensive. Disabling this option may increase speed significantly. If you need to display the underlying value of the barcode, adding it as a separate text or HTML Barcode Part is a more efficient option.

Why can I not see barcodes in my email notification preview?

ServiceNow uses HTML sanitization in-platform to prevent rendering of some types of content, including SVG. For this reason, barcodes will not be visible when viewing email previews within ServiceNow. However, barcode content is included with emails when they are sent, and that content should be visible to the end user when the email is received.

Why can I not see barcodes on standard forms when the Service Portal view works correctly?

There is a system property that will hinder functionality of Barcode & QR Code Generator in legacy platform views (forms & UI Pages). This property is typically set correctly, but may vary in certain instances. If you experience this issue, please set the system property below to correct.

glide.ui.escape_all_script = true

Barcode Part
Optimizing Barcodes for Scanning
Barcode & QR Code Generator and PDF Generator
It is simple to accommodate your own templates by following our documentation.
Barcode & QR Code Generator and PDF Generator