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


Groups > comp.lang.python > #68099

Re: Making Labels from python

From Ben Finney <ben+python@benfinney.id.au>
Subject Re: Making Labels from python
Date 2014-03-10 09:21 +1100
References <531CDD47.8020304@fam-goebel.de>
Newsgroups comp.lang.python
Message-ID <mailman.7968.1394403697.18130.python-list@python.org> (permalink)

Show all headers | View raw


Ulrich Goebel <ml@fam-goebel.de> writes:

> has anybody an idea how to make small formated documents redy to print
> with python?

The most reliable “ready to print” document formats are:

* plain text
* PDF

All others, AFAIK, are significantly less reliable for that purpose.

The “ReportLab PDF library” is a comprehensive library for this
<URL:https://pypi.python.org/pypi/reportlab/> for general page layout
and PDF generation.

-- 
 \       “The optimist thinks this is the best of all possible worlds. |
  `\           The pessimist fears it is true.” —J. Robert Oppenheimer |
_o__)                                                                  |
Ben Finney

Back to comp.lang.python | Previous | NextNext 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