Xcoder
Xcoder

Reputation: 51

Barcodes in postscript

Could you point me a way in which I can render a barcode in PS without the help of any external plugin or class file ?

Thanks

Upvotes: 4

Views: 1922

Answers (2)

lhf
lhf

Reputation: 72312

Try postscriptbarcode and barcodewriter.

Upvotes: 7

Yann Ramin
Yann Ramin

Reputation: 33187

You would draw rectangles spaced and sized accordingly for the barcode symbology you are going to use.

Here is a list of symbologies:

http://en.wikipedia.org/wiki/Barcode#Linear_barcodes

If you're implementing this from scratch, I would suggest 2 of 5 or Code 39, as they have the simplest structure.

Upvotes: 0

Related Questions