On 11 aug, 03:15, ydjango <neerash...@gmail.com> wrote:
> I need a reporting library for web based (HTML) reporting with support
> for standard features
> 1) header
> 2) footer
> 3) pagination
> 4) Totals/summary
>
> Reportlab is too low level for my needs and their pro version license
> does not work for me.
>
> Is there any other good python based reporting library.
>
> My only option at this time is JasperReports which is java based which
> would be an overkill.

If you mean creating pdf documents, you may check out pisa [1], which
allows you to use html/css to define your reports. It uses reportlab
to generate them.

Koen

[1] : http://www.xhtml2pdf.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to