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


Groups > comp.lang.python > #68102

Re: Making Labels from python

From Marko Rauhamaa <marko@pacujo.net>
Newsgroups comp.lang.python
Subject Re: Making Labels from python
Date 2014-03-10 00:31 +0200
Organization A noiseless patient Spider
Message-ID <87vbvnqa0q.fsf@elektro.pacujo.net> (permalink)
References <531CDD47.8020304@fam-goebel.de> <mailman.7968.1394403697.18130.python-list@python.org>

Show all headers | View raw


Ben Finney <ben+python@benfinney.id.au>:

> The most reliable “ready to print” document formats are:
>
> * plain text
> * PDF

You might also consider PostScript. It can be emitted from any
programming language without any special support (and any special
support would probably only get in the way).

A possibility is also the xlwt module, which allows you to generate
Excel documents. I have used to great success, but the results may not
be ready to print.


Marko

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


Thread

Re: Making Labels from python Ben Finney <ben+python@benfinney.id.au> - 2014-03-10 09:21 +1100
  Re: Making Labels from python Marko Rauhamaa <marko@pacujo.net> - 2014-03-10 00:31 +0200

csiph-web