Questions tagged [barcodes]

{barcodes} concerns barcodes and QR codes for optical reading

Barcodes (Fig. 1) are optically readable codes representing data by variable line widths and spacings. Codes are commonplace in retail businesses, postal services and other activities where quick identification of data is required. the one-dimensional barcodes have developed into so-called QR (Quick Response) codes (Fig. 2) which are two-dimensional which allows more information to be stored in a specific area. QR codes have become popular since automatic pattern recognition systems in mobile devices allows a user to gather information by directing a built-in camera towards such codes (often URL's).

Example of an optically readable barcode

Fig. 1. Barcode example from Wikipedia Commons

Example of a QR code

Fig. 2. QR code example from Wikipedia Commons

37 questions
24
votes
3 answers

Generating 2d barcodes

Is there any package that generates 2d barcodes (QR code). I want to add a barcode on the front page of a manual I have written containing the URL where to download that manual. It would be nice if I could continue using pdflatex. Instead of…
10
votes
2 answers

USPS Postnet barcodes

After searching on-and-off for several weeks I haven't found an answer to this. Is there a LaTeX package to generate USPS zip+4 barcodes on an envelope?
Kent
  • 2,121
8
votes
2 answers

LaTeX 2D-PDF (PDF417)

Maybe easy question but i tried searching for answer without any luck. (could be on wrong sites). If anyone knows how can i make 2DPDF (PDF417) bar codes in LaTeX ?
Melkior
  • 81
4
votes
1 answer

Changing the default ISBN of ean13isbn package

I am kindly requesting for assistance on how to change the default ISBN when using the ean13isbn package. If I change the numbers on 978-80-85955-35-4 I get an error. Let's say I want to change 978-80-85955-35-4 to 026-37-74794-59-8, is it possible?…
itc
  • 657
4
votes
2 answers

Is it possible to pass a variable to \def\barcode code? If so, how?

I use morsbug's code to generate an isbn barcode. It works fine, at least as long as I provide the isbn as a string. If I pass the isbn number using a variable defined by \newcommand{\isbn}{123...} the compilation fails. The following MWE should…
lAtExFaN
  • 1,131
3
votes
1 answer

Centering ean13isbn barcode

I am kindly requesting for assistance on how to center the ean13isbn barcode. I have tried using \centering or \begin{center}...\end{center} but the barcode still remains aligned to the left margin. Below is my…
itc
  • 657
0
votes
2 answers

Barcode in Center head [chead] and on every page

Hello everybody! I am trying to get a Barcode in the Center head [chead] on every page like this work First I decided to put the barcode inside a header. This worked but The code I had for the…
0
votes
2 answers

Using Textmerg Field and Code128 Macro

I am trying to create a Code 128 barcode in a LaTeX document, and want to create it based on one of the fields I am using in the textmerg package, \code{\MailId} but am receiving The input token "\MailId" is not included in Code 128 table, will…