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: 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 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: In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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