-
Notifications
You must be signed in to change notification settings - Fork 0
Carton_Tk
Anthony Burbank edited this page Mar 2, 2017
·
14 revisions
This GUI version is for single conversions. It takes input from the user and processes it into a PDF document -- two labels on each page.
It will convert everything to UPPERCASE, so don't worry about capitalization. BATCH should be in the format 795R
(US only) or 795/895R
(US/CAN), because that's what the distributor we work with requires.
The labels are two per page, 4" x 6", as close to BISG compliant as I could get. The Barcodes are in 128C format (except for the PRICE barcode) and include a 'FNC1' code. Not using the 'FNC1' is what causes most of the problems along the supply chain. You can add -debug
as a command line argument to get more verbose output.
Requires:
*[Tk](http://search.cpan.org/~srezic/Tk-804.033/Tk.pod)
*[PDF::Reuse](http://search.cpan.org/~cnighs/PDF-Reuse-0.39/lib/PDF/Reuse.pm)
*[PDF::Reuse::Barcode](http://search.cpan.org/~cnighs/PDF-Reuse-Barcode-0.07/Barcode.pm)
*[Barcode::Code128](http://search.cpan.org/~wrw/Barcode-Code128-2.21/lib/Barcode/Code128.pm)