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}
\usepackage{auto-pst-pdf}
\begin{document}
\section{Demo}
\begin{pspicture}(1.378in, 1.5in)
\psbarcode[]{1}{height=1.378 width=1.378}{qrcode}
{\color{white}1}
\end{pspicture}
\begin{pspicture}(1.378in, 1.5in)
\psbarcode[]{2}{height=1.378 width=1.378}{qrcode}
{\color{white}2}
\end{pspicture}
\end{document}
I tried textpos with no success. Has somebody other ideas?
