On Fri, 18 Oct 2002, Kįri Haršarson wrote:

> Hello all,
>
> I would like to get some opinionated opinions from you
> on a design decision I have to make.
>
> The system we write and sell is written in Python, and now we need
> reports on paper.  Until now, all reports have been made available
> from a website, but users complain that they don't look good enough
> and have unnecessary page feeds.

We had a similar requirement for a system I'm working on.  We settled on
generating LaTeX from our Python reporting scripts.  That gives us
PostScript or PDF, from which we get beautifully printed reports.
Easier than generating RTF (one of the options we also considered) and
more portable.  We can send the output directly to a PostScript aware
printer (as opposed to relying on having to drive a proprietary engine
to print the RTF).

-- 
Bob Kline
mailto:bkline@;rksystems.com
http://www.rksystems.com

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to