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


Groups > comp.lang.python > #55042

Re: Barcode printing

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <gary.herron@islandtraining.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'preferably': 0.05; 'plenty': 0.07; 'remaining': 0.07; 'output,': 0.09; 'received:67.192': 0.09; 'received:67.192.241': 0.09; 'received:dfw.emailsrvr.com': 0.09; 'url:software': 0.09; 'python': 0.11; 'two.': 0.16; 'proprietary': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'creating': 0.23; 'this?': 0.23; 'header:User- Agent:1': 0.23; 'oriented': 0.24; 'pointer': 0.24; 'received:emailsrvr.com': 0.24; 'looks': 0.24; "i've": 0.25; 'source': 0.25; 'received:(smtp server)': 0.26; 'header:In-Reply- To:1': 0.27; 'array': 0.29; 'label': 0.30; 'gary': 0.31; 'libraries': 0.31; 'anyone': 0.31; 'text': 0.33; 'open': 0.33; 'something': 0.35; 'convert': 0.35; 'there': 0.35; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'generating': 0.39; 'pdf': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'offer': 0.62; 'road': 0.65; 'hoping': 0.75; 'pdfs': 0.84; 'subject:Barcode': 0.84; 'subject:printing': 0.84; 'barcode': 0.91
X-Virus-Scanned OK
Date Sun, 29 Sep 2013 15:56:58 -0700
From Gary Herron <gary.herron@islandtraining.com>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Barcode printing
References <assp.0984394587.4c66ecc9063e4baab20440392b6ce439@exch.activenetwerx.com>
In-Reply-To <assp.0984394587.4c66ecc9063e4baab20440392b6ce439@exch.activenetwerx.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
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.465.1380495994.18130.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1380495994 news.xs4all.nl 15907 [2001:888:2000:d::a6]:56460
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:55042

Show key headers only | View raw


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

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


Thread

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

csiph-web