Ulrich Goebel <m...@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

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to