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


Groups > comp.lang.python > #55044

Re: Barcode printing

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'programmer': 0.03; 'url:pypi': 0.03; 'preferably': 0.05; 'hettinger': 0.07; 'output,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:blog': 0.10; 'python': 0.11; 'finney': 0.16; 'lisp': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'library': 0.18; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'oriented': 0.24; 'header:X -Complaints-To:1': 0.27; 'array': 0.29; 'document.': 0.30; 'label': 0.30; 'along': 0.30; 'writes:': 0.31; 'regular': 0.32; 'text': 0.33; 'url:python': 0.33; 'url:org': 0.36; 'ben': 0.38; 'to:addr:python-list': 0.38; 'pdf': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'guy': 0.60; 'reach': 0.63; 'here': 0.66; 'rendering': 0.68; 'power': 0.76; 'article': 0.77; 'subject:Barcode': 0.84; 'subject:printing': 0.84; 'url:03': 0.84; 'url:2013': 0.84; 'barcode': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ben Finney <ben+python@benfinney.id.au>
Subject Re: Barcode printing
Date Mon, 30 Sep 2013 10:47:19 +1000
References <assp.0984394587.4c66ecc9063e4baab20440392b6ce439@exch.activenetwerx.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host rasputin.madmonks.org
X-Public-Key-ID 0xAC128405
X-Public-Key-Fingerprint 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-gpg.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)
Cancel-Lock sha1:dCOlw1WxjlI1QjlhF8GrAjqKrQ0=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.472.1380502053.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1380502053 news.xs4all.nl 15938 [2001:888:2000:d::a6]:39079
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:55044

Show key headers only | View raw


"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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Barcode printing Ben Finney <ben+python@benfinney.id.au> - 2013-09-30 10:47 +1000

csiph-web