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


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

Re: Barcode printing

Started byBen Finney <ben+python@benfinney.id.au>
First post2013-09-30 10:47 +1000
Last post2013-09-30 10:47 +1000
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 Ben Finney <ben+python@benfinney.id.au> - 2013-09-30 10:47 +1000

#55044 — Re: Barcode printing

FromBen Finney <ben+python@benfinney.id.au>
Date2013-09-30 10:47 +1000
SubjectRe: Barcode printing
Message-ID<mailman.472.1380502053.18130.python-list@python.org>
"Joseph L. Casale" <jcasale@activenetwerx.com> writes:

> 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.

The Reportlab library is a powerful PDF-creation library for Python
<URL:https://pypi.python.org/pypi/reportlab>.

It has a library for creating barcodes in various formats and rendering
them along with the PDF document. Here is an article describing this
<URL:http://www.blog.pythonlibrary.org/2013/03/25/reportlab-how-to-create-barcodes-in-your-pdfs-with-python/>.

-- 
 \        “With Lisp or Forth, a master programmer has unlimited power |
  `\     and expressiveness. With Python, even a regular guy can reach |
_o__)                               for the stars.” —Raymond Hettinger |
Ben Finney

[toc] | [standalone]


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


csiph-web