Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python,': 0.02; 'preferably': 0.05; 'plenty': 0.07; 'remaining': 0.07; 'output,': 0.09; 'received:172.18.0': 0.16; 'two.': 0.16; 'proprietary': 0.16; 'seems': 0.21; 'this?': 0.23; 'oriented': 0.24; 'pointer': 0.24; 'looks': 0.24; 'array': 0.29; 'label': 0.30; 'anyone': 0.31; 'text': 0.33; 'something': 0.35; 'convert': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'generating': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:unknown': 0.61; 'offer': 0.62; 'road': 0.65; 'hoping': 0.75; 'subject:Barcode': 0.84; 'subject:printing': 0.84; 'barcode': 0.91 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=dwjLhcNAn+N65iW9oApC92yF2BXVJAhWBlCn9pRWT9g= c=1 sm=1 a=AgG5ixNBvo4A:10 a=7PYXob_7ZXMA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=oNw28mxuUhXRB3mVwYQ4Ag==:17 a=xAjzU0SIBZriOi5yrZMA:9 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 From: "Joseph L. Casale" To: "'python-list@python.org'" Subject: Barcode printing Thread-Topic: Barcode printing Thread-Index: Ac69XZ7/vgKGTFCKRkesYZ746fmQWw== Date: Sun, 29 Sep 2013 21:54:04 +0000 Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.18.0.201] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380491736 news.xs4all.nl 15891 [2001:888:2000:d::a6]:44263 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55041 I need to convert a proprietary MS Access based printing solution into some= thing 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 trivia= l, I am just not sure which package might offer the remaining functionality easily. Thanks for any pointers! jlc