View Single Post
Old 07-30-2013, 12:00 PM   #2
WillAdams
Wizard
WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.WillAdams ought to be getting tired of karma fortunes by now.
 
WillAdams's Avatar
 
Posts: 1,274
Karma: 3982000
Join Date: Feb 2008
Device: Amazon Kindle Scribe and Paperwhite (300ppi)
Can Calibre access TeX and pstricks?

Here's a basic file which will embed a QR code in a .pdf --- I'm sure someone can adapt it:


\documentclass{standalone}
\usepackage{pst-barcode,xcolor}
\begin{document}
\fboxsep=0pt
\colorbox{white}{%
\begin{pspicture}(-0.1in,-0.1in) (0.9in,0.9in)
\psbarcode{http://www.frycomm.com/}{}{qrcode}
\end{pspicture}}
\end{document}
WillAdams is offline   Reply With Quote