You cannot post messages because only members can post, and you are not currently a member.
Description:
Barcode Writer in Pure Postscript, http://www.terryburton.co.uk/barcodewrit er, implements the printing of barcodes entirely in PostScript. Transforming of the input into a printout is performed by the printer, avoiding the need to re-implement barcode generation code if your language needs change.
|
|
|
Outstanding features list
|
| |
Hi, I've recently added my TODO list [1] to the trunk of the BWIPP repository so that people can see what features are possibly on the horizon. Please take a look at this and let me know what features you are immediately interested in so that I can prioritise my future development effort. Either respond either via this list or by the... more »
|
|
BWIPP documentation
|
| |
Hi, Just to point out the I've been improving the BWIPP documentation which now has its new home in the project wiki here [1]. A major milestone is that the symbology reference is now complete. Once I'm satisfied that the content is in a stable form I will use this as the basis for generating the PDF documentation, probably using... more »
|
|
Changing module size
|
| |
Ive read up and down this group and options for postscript barcodegeneration but the pdf417 i am generated have a module size of like 40 mils and is 72 dpi I wondering if there was any way to actually determine the x dim module aspect and dpi so that I can get a pdf417 barcode at 277 dpi and about 10 mils... more »
|
|
Need QR Code improvements
|
| |
Hi Terry, I've managed to print a QR Code barcode using bwipp from my app without a whole lof of effort. Thanks for making this possible. However, I need to be able to specify the four datatypes (num, alphanum, bin, kanji) and have the data encoded appropriately for each type. Is there any chance of you adding this capability in the near future? How... more »
|
|
Line breaks in vCard for QR Codes
|
| |
Hello Terry, I have integrated the Postscript Barcode Generator in Acrobat Distiller, and I've started a few successful attempts to QRCode. Now I want to encode the vCard format in QR Code. For doing so I send the following line to my installed PostScript Barcode Generator: 10 10 moveto (BEGIN:VCARD^092^110VERSION:2. 1^092^110FN:Yo Yosimo^092^110N:Yosimo;Yo^092^ 110TEL;CELL:098712345678^092^1 10TEL;HOME;VOICE:+491234567891 1^092^110TEL;HOME;FAX:+4912345 678922^092^110EMAIL:yos...@yos imo.de^092^110URL;HOME:[link]092^110ADR;HOME:;;Yosimostreet 12;Munich;;80539;Germany^092^1 10NOTE:My notice^092^110ORG:Yosimo AG^092^110URL;WORK:[link]092^110END:VCARD) (parse) /qrcode /uk.co.terryburton.bwipp findresource exec... more »
|
|
How to integrate qrcode generator into my site
|
| |
Hello, I want qrcode generator to be implement into my site where user can enter content and pressing submit button it should display qrcode on my site in .svg or .eps format. How can it be done ? Regards Prashant Mishra
|
|
QRCode and symbology parameters questions
|
| |
Terry, I have been using your QR Code with success. Very nice! Optionally, I would like to draw a border. Here is my latest set of parameters: (showborder borderwidth=2 borderleft=5 borderright=5 bordertop=5 borderbottom=8 color=ff0000 backgroundcolor=ffff00) The colors do work. But I cannot get a border. I tried different parameter combination to no avail. Am I missing something?... more »
|
|
LabelNation and BWIPP
|
| |
I am new to writing postscript code, I would like to create a members card with a barcoded (code 128) I am going to use LabelNation [1] for the Mail merge I am wondering if BWIPP can be used with LabelNation? [1] [link]
|
|
Error with databarstackedcomposite : binval undefined
|
| |
On Fri, Sep 2, 2011 at 11:24 PM, Mark Warren ...Hi Mark, It looks as though you are confusing databarstackedcomposite with databarexpandedstackedcomposit e as your input provides a multi-AI primary message that is only valid for the GS1 DataBar Expanded variant symbols: (01)00012345678905(10)ABCDEF | (21)12345678... more »
|
|
generate barcode as a parameter
|
| |
We use Ledgersmb program (per/postscript/postgres), The prices label template is tex to generate PDF. My boss need to add barcode to price label's template using perl + postscript. Is there any way, can help me to receive the barcode in post script; as a parameter; to embeded it in price label's templates to be... more »
|
|
PostScript Language Level 1 compatiblity
|
| |
HI, I received a simple patch recently that adds PostScript Language Level 1 compatibly to BWIPP. This improves compatibility with older or simpler devices and might make things more efficient in some rare cases. So far as our codebase is concerned, the essential differences between the Level 2 language (where we are now) and Level 1 language level are... more »
|
|
Online Barcode Generator enhancement request
|
| |
Hey, I have an enhancement request for the Online Barcode Generator<[link]> ...After clicking on the Make Barcode button, could you also output the relevant PostScript commands in a way that they can be copied and pasted? E.g. if I select the following choices:... more »
|
|
|