Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > report generators

Reply
Thread Tools

report generators

 
 
mir nazim
Guest
Posts: n/a
 
      04-20-2004
hi,
i wanted 2 know if there is any report generator for python/linux that
produces reports in variety of formats e.g html/images/jpeg/png etc.
i know about report lab but output is pdf. pdf is ok for printing but
u need a pdf viewer for viewing it. there should be some thing that
cen viewed from directly from application e.g gtkhtml for gtk, khtml
for kde etc.
 
Reply With Quote
 
 
 
 
Harry George
Guest
Posts: n/a
 
      04-20-2004
(mir nazim) writes:

> hi,
> i wanted 2 know if there is any report generator for python/linux that
> produces reports in variety of formats e.g html/images/jpeg/png etc.
> i know about report lab but output is pdf. pdf is ok for printing but
> u need a pdf viewer for viewing it. there should be some thing that
> cen viewed from directly from application e.g gtkhtml for gtk, khtml
> for kde etc.


"directly from application" seems odd, since both pdf and html rely on
viewers to get the text onto the display.

I think most python-to-xyz-format tools go through some neutral format
such as docbook or latex. The python tool is used to generate those
neutral formats more easily from simpler markups.

My Pdx (http://www.seanet.com/~hgg9140/comp/index.html) does that. It
goes directly to html, goes via latex to ps, pdf, and html, and goes
via docbook to ps, pdf, html, rtf. It is from the era of Perl POD.

These days, I'd look at OpenOffice, which can directly generate many
formats, and can be manipulated in xml format. Python could do that
manipulation. Or, work with the UDK via python bindings
http://udk.openoffice.org/

--

6-6M21 BCA CompArch Design Engineering
Phone: (425) 342-0007
 
Reply With Quote
 
 
 
 
Phipps Xue
Guest
Posts: n/a
 
      04-21-2004
A very great open source library for generating PDF report using in python.
www.reportlab.org

Phipps
"mir nazim" <> wrote in message
news: om...
> hi,
> i wanted 2 know if there is any report generator for python/linux that
> produces reports in variety of formats e.g html/images/jpeg/png etc.
> i know about report lab but output is pdf. pdf is ok for printing but
> u need a pdf viewer for viewing it. there should be some thing that
> cen viewed from directly from application e.g gtkhtml for gtk, khtml
> for kde etc.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading report content using Crystal Report Viewer XI =?Utf-8?B?SmFpZ2FuZXNo?= ASP .Net 0 01-04-2006 05:09 AM
The definition of the report 'Main Report' is invalid =?Utf-8?B?Sm9obiBCYWlsZXk=?= ASP .Net 0 07-02-2005 06:43 AM
Crysatl report load report failed Meheraj shaik via .NET 247 ASP .Net 1 06-07-2005 08:29 AM
Load Report Fails on ASP.NET app when report is on a different ser =?Utf-8?B?aHVicmlzdGljYm9i?= ASP .Net 1 03-17-2005 01:24 PM
Setting a Range Parameter in a crystal report and streaming resulting report as a pdf James Wallace ASP .Net 0 10-17-2003 04:42 PM



Advertisments