Barcode

To render a barcode in your result document, you will need to add a field image to your template.

You can see how to add it in this tutorial.

The image parameter can be either:

  • Link HTTP or HTTPS.
  • A base64 binary image
  • A JSON

If it's a JSON , will need to have two properties:

  • type
  • text

An example can be the following:

Codigo QR json

The property text has to be a string.

The property type can be one of these:

  • Codabar
  • Code11
  • Code39Standard
  • Code39Extended
  • Code93Standard
  • Code93Extended
  • Code128
  • GS1Code128
  • EAN8
  • EAN13
  • EAN14
  • SCC14
  • SSCC18
  • UPCA
  • UPCE
  • ISBN
  • ISSN
  • ISMN
  • Standard2of5
  • Interleaved2of5
  • Matrix2of5
  • ItalianPost25
  • IATA2of5
  • ITF14
  • ITF6
  • MSI
  • VIN
  • DeutschePostIdentcode
  • DeutschePostLeitcode
  • OPC
  • PZN
  • Code16K
  • Pharmacode
  • DataMatrix
  • QR
  • Aztec
  • Pdf417
  • MacroPdf417
  • GS1DataMatrix
  • MicroPdf417
  • GS1QR
  • MaxiCode
  • DotCode
  • AustraliaPost
  • Postnet
  • Planet
  • OneCode
  • RM4SCC
  • DatabarOmniDirectional
  • DatabarTruncated
  • DatabarLimited
  • DatabarExpanded
  • DatabarExpandedStacked
  • DatabarStacked
  • DatabarStackedOmniDirectional
  • SingaporePost
  • AustralianPosteParcel
  • SwissPostParcel
  • PatchCode
  • Code32
  • DataLogic2of5
  • DutchKIX
  • UpcaGs1Code128Coupon
  • UpcaGs1DatabarCoupon
  • CodablockF
  • GS1CodablockF

Summary