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


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

Re: Making Labels from python

Started byTerry Reedy <tjreedy@udel.edu>
First post2014-03-09 18:53 -0400
Last post2014-03-09 18:53 -0400
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: Making Labels from python Terry Reedy <tjreedy@udel.edu> - 2014-03-09 18:53 -0400

#68103 — Re: Making Labels from python

FromTerry Reedy <tjreedy@udel.edu>
Date2014-03-09 18:53 -0400
SubjectRe: Making Labels from python
Message-ID<mailman.7969.1394405654.18130.python-list@python.org>
On 3/9/2014 5:29 PM, Ulrich Goebel wrote:
> Hallo,
>
> has anybody an idea how to make small formated documents redy to print
> with python?
>
> I would like to print address labels as
>
>     firstname lastname
>     street and number
>     cip and city
>
> The best should be to form a PDF and send it to the label printer. So
> the PDF could be given the pagesize (labelsize) and a minimum format
> (boldface). But may be there is another light-weight-format besides PDF?
>
> Any idea?

Get a label printing program that you can call from python with 
subprocess. Or look at the following
https://pypi.python.org/pypi?%3Aaction=search&term=label+printing&submit=search

The top hit is pylabels, which uses ReportLab.

-- 
Terry Jan Reedy

[toc] | [standalone]


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


csiph-web