I´m on a way to create a barcode with pst-barcode. How can I get a suitable pspicture environment in a standalone class? In the following example the top and right borders are too big.
% run with XeLaTeX => PDF
\documentclass[border = 1pt]{standalone}
\usepackage{pst-barcode}
\begin{document}
\begin{pspicture}(1in, 1in)
\psbarcode{http://www.dante.de}{}{qrcode}
\end{pspicture}
\end{document}
