Page 1 of 2
PrintBarcode and PDFBarcode Library
Posted: Sun Mar 19, 2006 2:58 pm
by ABBKlaus
To all that want Barcode printing support in purebasic here it is :
Supported Barcodes are :
-Code 128
-Code 93
-Code 39 / Code 39 Full
-EAN13
-EAN8
-UPCA
-UPCE
-Code 2 of 5 Standard / Code 2 of 5 Interleaved
-Codabar
-2 Digit Supplement
-5 Digit Supplement
http://www.purebasicpower.de/?PurePDFBarcode
http://www.purebasicpower.de/?PrintBarcode
Klaus
PS:
both libs need external libs :
PrinterLib :
http://www.purebasicpower.de/?PrinterLib
PurePDF
http://www.purebasicpower.de/?PurePDF
http://www.purebasicpower.de/downloads/ ... Sample.pdf
Posted: Tue Mar 21, 2006 12:21 pm
by ABBKlaus
Hi,
just made an Update to V1.01 (Code 128 Auto bug)
Posted: Thu Nov 09, 2006 5:02 pm
by Psychophanta
Hi, ABBKlaus!
Have you any plan to port it to PB 4.x?
Posted: Fri Nov 10, 2006 12:50 am
by ABBKlaus
Sorry for that Psychophanta

its PB4 compatible since 23.05.2006

Posted: Fri Nov 10, 2006 7:05 pm
by Psychophanta
Oh! i didn't visited your web, just collected your barcode libs before that date.
Posted: Wed May 09, 2007 10:09 am
by Flype
hello abbklaus,
i use your lib for printing barcode inside pdf documents.
and i encounter a problem :
in France, we use the AZERTY keyboard standard while your lib use the QWERTY keyboard.
As a consequence, when i use for example :
Code: Select all
pdf_Barcode_Code93(10, 70, "PAPER215", 14, 0.4445, #PDF_TEXT_BOTTOM, 0, 0.6)
... the printed text below the codebar is Ok because it shows 'PAPER215' but when it is scanned by the codebar reader i get 'PQPER215'.
Posted: Wed May 09, 2007 11:23 am
by ABBKlaus
Hi Flype,
the problem is your scanner not the lib.
I tested with a FireScan from Datalogic here and had the same results :
Keyboard Nationality French = PQPER"!%
Keyboard Nationality German = PAPER215
Keyboard Nationality USA = PAPER215
Regards Klaus
Posted: Wed May 09, 2007 6:04 pm
by Flype
humm, ok i believe you.
so i don't see how to resolve my problem.
maybe by re-calibrating our usb-scanners...

Posted: Wed May 09, 2007 6:15 pm
by ABBKlaus
of course but i don´t know which type of scanner you have
With datalogic it´s done by scanning some special barcodes, here a link to a quick reference for Firescan D131 :
https://easeofaccess.scanning.datalogic ... =820001771
Regards Klaus
Posted: Thu May 10, 2007 7:29 am
by Kukulkan
Hi Flype,
I think you are using a barcode-reader connected between the pc-keyboard and the computer. This kind of readers emulate the typing of a barcode. So, this is a keyboard-language specific thing.
Try to find a hint inside the reader documentation. Maybe you can select a language type or a keyboard layout in the preferences of the reader? Most of the handheld readers can get programmed or reconfigured using some special barcodes. Those barcodes are located most common at the end of the manual.
Maybe this helps...
Kukulkan
Posted: Sat Nov 10, 2007 12:04 am
by ABBKlaus
Posted: Sat Nov 10, 2007 12:07 am
by Psychophanta
Thanks!

Posted: Sat Nov 10, 2007 1:28 pm
by electrochrisso
Thanks for your Barcode Libs, I have successfully used them and they really work well.

Posted: Tue Dec 02, 2008 12:28 am
by ABBKlaus
small bugfix :
2.12.2008 : small bugfix for #PDF_TEXT_NOTEXT/#PRINT_TEXT_NOTEXT thanks to Keepdry
Posted: Mon Jan 05, 2009 7:29 pm
by ABBKlaus
both libs are updated to work with PB4.30X86.
Download see first post.