Questions tagged [pst-barcode]

{pst-barcode} concerns the PSTricks package for generating barcodes

concerns the PSTricks () package for generating barcodes. Closely related to this tag is .

pst-barcode uses the Barcode Writer in Pure PostScript (BWIPP) to produce its output.

53 questions
3
votes
1 answer

Make barcode “foots” reach the text baseline

With the following MWE: \documentclass{minimal} \usepackage{pst-barcode} \begin{document} \begin{pspicture}(3.5,3) \psbarcode{3-88309-455}{includetext}{isbn} \end{pspicture} \end{document} I get a barcode like this: So, it’s a little bit…
fauve
  • 2,501
2
votes
1 answer

Generating a bar code with the path to the data file with the pst-barcode package

Here is a file that uses the pst-barcode package to generate a barcode. Namely, there is a need for files with ISBN numbers to be located in a separate folder and individual files. The question is how to define the path to the file (for example,…
1
vote
1 answer

`pdflatex -shell-escape ` and \psbarcode from pst-barcode

I use pdflatex and I am interested in using \psbarcode from \usepackage{pst-barcode}. I think I found the answer in the last post here but the explanation starts with run pdflatex -shell-escape How and where to do this? Could you please give…
Ivette
  • 51
0
votes
0 answers

How to give size to psbarcode

I'm using pst-barcode to generate rectangular datamatrix. Although I have problem with the fact "that the barcode is printed in a TEX box of zero dimension". The manual suggest using fbox and pspicture environment, but it require to know the both…
majkrzak
  • 143