Barcode Writer in Pure Postscript is, zoals de naam al overduidelijk laat zien, een barcodegenerator voor level 2-Postscript. Een barcode wordt volgens de specificaties van de gebruiker aangemaakt door de 'postscript interpreter', bijvoorbeeld een printer of Ghostscript. Het programma ondersteunt diverse formaten, zoals code 128, isbn-13/10, Maxicode, pdf417 en zelfs kix, dat door TNT Post wordt gebruikt. Voor meer informatie verwijzen we jullie door naar deze quick guide en een webbased frontend is op deze pagina te bewonderen. Terry Burton heeft een nieuwe versie van Barcode Writer in Pure Postscript met 2009-05-15 als versienummer uitgebracht. De lijst met veranderingen sinds de vorige vermelding in de Meuktracker ziet er als volgt uit:
Version 2009-05-15:
A byte-mode-only autoencoder was added to the qrcode encoder to simplify the use of the qrcode encoder for common tasks.
Version 2009-05-13:
An ASCII-mode-only autoencoder was added to the datamatrix encoder to simplify the use of the datamatrix encoder for common tasks.
Version 2009-04-28:
Update the descriptions of the RSS symbologies to GS1 DataBar.
Version 2009-03-16:
A textgaps option was added to adjust the inter-character gap in non-default text alignment modes for linear barcodes.
A justify mode was added to the textxalign option in linear barcodes.
Version 2009-03-06:
The encoders were amended to automatically invoke the appropriate renderer.
The dispatcher procedure was removed.
A dontdraw option was added to each encoder to suppress automatic rendering.
The encoders were reordered by their dependancy chain and references to dependant procedures were changed to use immediately evalutated name syntax.
Version 2009-02-26:
Minor fixups were made to the addon positioning.
The samples were amended to demonstrate the new dict option passing mechanism and alttext option.
Version 2009-02-25-1:
The EAN-5 and EAN-2 addon encoders were folded into the EAN, UPC and ISBN encoders.