{barcodes} concerns barcodes and QR codes for optical reading
4
votes
2answers
41 views
using CJK text inside mecard produces errors
I am trying to use \psbarcode to generate a MECARD QR code with CJK characters in the name field.
tex:
\documentclass[12pt]{memoir}
\usepackage{CJKutf8}
\usepackage{pstricks}
...
8
votes
2answers
162 views
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 ?
62
votes
1answer
1k views
pgf-Tikz QR code generator
I am looking for a Tikz QR code generator. I am aware of pst-barcode as well as several "local" programs, a luatex solution and web services to do this. Nevertheless, if at all possible, I would much ...
26
votes
3answers
684 views
Create bitmap within TeX file
I'd like to create a bitmap (black and white) from within LuaTeX (or pdfTeX) and rescale it afterwards. For example (a 4x4 bitmap) could be made by
\makebitmap{0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0}
I ...
6
votes
1answer
475 views
How to generate EAN barcodes with TikZ or MetaPost?
I'm looking for way to generate EAN barcodes with LuaLaTeX. I'm aware of this question; the solution to that needs pstricks, which won't work easily with LuaLaTeX (I don't want to install GhostScript ...
6
votes
1answer
334 views
Problem with pst-barcode when using \usepackage[utf8]{inputenc}
I've tried to use the pst-barcode to generate QR codes, and ran into an issue with foreign characters.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{pst-barcode}
\begin{document}
...
3
votes
1answer
397 views
Barcode with text wrapping and on every page
I am trying to get a dynamic \psbarcode barcode (it changes based on the page) to display in the top right corner of every single page and I would also like the text of the page to wrap around this. I ...
3
votes
1answer
397 views
How to add text into a QR-Code?
I want to add a text to the QR-Code. I want a small numbers in one of the four black squares.
\documentclass[a4paper, 12pt, parskip]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{pst-barcode}
...
4
votes
1answer
529 views
Printing auto increment serial number on multiple pages
The user inputs the start serial number and the number of pages. Then that serial number needs to be printed on top of every page, auto incremental for each page. The final output may be a multipage ...
4
votes
2answers
2k views
How to generate QR code for iCalendar event?
I would like to include in a pdf file a QR code containing information from a iCalendar event.
Here it is the code to generate a simple event for an iCalendar:
BEGIN:VEVENT
SUMMARY:event
...
8
votes
1answer
595 views
Deactivating Anti-Aliasing when typesetting QR-Code
Using the following LaTeX-Code:
\documentclass[a4paper]{article}
\usepackage[pdf]{pstricks}
\usepackage{pst-barcode}
\begin{document}
\begin{pspicture}(0.7in,0.7in)
...
2
votes
1answer
311 views
Problems while installing pst-barcode
I tried to install pst-barcode, but after moving the files to /usr/share/texmf/dvips/pstricks/ and running texhash, I still can't use them, and have to enter the files manually when compiling the ...
20
votes
3answers
2k views
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 ...
24
votes
3answers
2k views
Is there a good LaTeX package for generating barcodes?
I'm looking for a good LaTeX package to generate one dimensional barcodes, that has the following properties.
It doesn't require any external scripts or internet connection to work.
It easily ...
9
votes
2answers
406 views
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?
25
votes
5answers
5k views
LaTeX Package to generate QR codes?
I would like to be able to generate QR barcodes in my LaTeX documents, and I'm having a hard time finding a solution. The use would be a command such as
\qr[1in]{Your text to be QR encoded here}
...
