Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #55042 > unrolled thread

Re: Barcode printing

Started byGary Herron <gary.herron@islandtraining.com>
First post2013-09-29 15:56 -0700
Last post2013-09-29 15:56 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Barcode printing Gary Herron <gary.herron@islandtraining.com> - 2013-09-29 15:56 -0700

#55042 — Re: Barcode printing

FromGary Herron <gary.herron@islandtraining.com>
Date2013-09-29 15:56 -0700
SubjectRe: Barcode printing
Message-ID<mailman.465.1380495994.18130.python-list@python.org>
On 09/29/2013 02:54 PM, Joseph L. Casale wrote:
> I need to convert a proprietary MS Access based printing solution into something I can
> maintain. Seems there is plenty available for generating barcodes in Python, so for the
> persons who have been down this road I was hoping to get a pointer or two.
>
> I need to create some type of output, preferably pdf, which is an array of 2 across by 8 long
> of one custom barcode label with some other text components oriented around the barcode.
>
> Anyone know the best approach for this? Generating the barcode looks trivial, I am just not
> sure which package might offer the remaining functionality easily.
>
> Thanks for any pointers!
> jlc


For creating PDFs from Python, consider:


   ReportLab: Open Source Python Libraries for PDF creation
   at http://www.reportlab.com/software/opensource/

I've used it successfully.

Gary Herron

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web