Re: PDF generation from a database!!

2009-09-01 Thread Jeff Pang
?? Dan ? This is exactly what I wrote PDF::ReportWriter for. It supports grouping with headers & footers, aggregate functions, intelligent page-breaking ( can't make css do that ), images, lots of text formatting options, PDF templating, XML report definitions, etc, etc. http://entropy.homeli

Re: PDF generation from a database!!

2009-09-01 Thread ficovh
Ok, Dan Thank you so much, for the support.! I'm writing code in this days. Best Regards. On Tue, Sep 1, 2009 at 4:37 PM, Dan wrote: > On Tue, 2009-09-01 at 02:20 -0500, ficovh wrote: > >> Hi. >> >> I have installed the module in my laptop, and have a question. >> How can generate the xml files

Re: PDF generation from a database!!

2009-09-01 Thread Dan
On Tue, 2009-09-01 at 02:20 -0500, ficovh wrote: > Hi. > > I have installed the module in my laptop, and have a question. > How can generate the xml files ? At the moment, you'll have to write one by hand, or modify one of the examples. I've always planned on writing a GUI builder, but never had

Re: PDF generation from a database!!

2009-09-01 Thread Shlomi Fish
Hi ficovh! On Tuesday 01 September 2009 10:20:43 ficovh wrote: > Hi. > > I have installed the module in my laptop, and have a question. > How can generate the xml files ? > "XML" files? In which XML grammar? (XSL-FO, perhaps?) Or do you mean PDFs? Regards, Shlomi Fish -- -

Re: PDF generation from a database!!

2009-09-01 Thread ficovh
Hi. I have installed the module in my laptop, and have a question. How can generate the xml files ? Regards On Mon, Aug 31, 2009 at 6:26 PM, ficovh wrote: > Thank you Dan, I'm watching it now. The reports included in the Module > are wonderful. > I'm writing code now. > > Best Regards. > > On Mo

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Thank you Dan, I'm watching it now. The reports included in the Module are wonderful. I'm writing code now. Best Regards. On Mon, Aug 31, 2009 at 6:14 PM, Dan wrote: > On Mon, 31 Aug 2009 18:11:11 -0500, ficovh wrote: > >> Under what license is released  PDF::ReportWriter ? > > LGPL > >> Can use

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Under what license is released PDF::ReportWriter ? Can use it on Commercial deployment ? You have script on using it ? Thanks for the reply. On Mon, Aug 31, 2009 at 5:34 PM, Dan wrote: > On Sat, 29 Aug 2009 22:18:10 -0500, ficovh wrote: > >> Hi folks >> >> I need ideas, suggest for generati

Re: PDF generation from a database!!

2009-08-31 Thread Dan
On Sat, 29 Aug 2009 22:18:10 -0500, ficovh wrote: > Hi folks > > I need ideas, suggest for generating a report in .pdf from a data > containing in a MySQL database. > Basically, the idea is putting information from many tables in a > simple concentrate report. I want tutos, or simple scripts >

Re: PDF generation from a database!!

2009-08-31 Thread ficovh
Hi I'm watching the HTML::ReportWriter for doing HTML report and later exporting it to PDF, it appear too easy.! Regards. On Sun, Aug 30, 2009 at 7:21 AM, Dr.Ruud wrote: > ficovh wrote: > >> I need ideas, suggest for generating a report in .pdf  from a data >> containing in a MySQL database. >

Re: PDF generation from a database!!

2009-08-30 Thread Dr.Ruud
ficovh wrote: I need ideas, suggest for generating a report in .pdf from a data containing in a MySQL database. An alternative way: 1. create the report in HTML (including CSS etc.) 2. let webkit create the PDF http://code.google.com/p/wkhtmltopdf/ http://github.com/antialize/wkhtmltopdf/

Re: PDF generation from a database!!

2009-08-30 Thread Shlomi Fish
On Sunday 30 August 2009 06:18:10 ficovh wrote: > Hi folks > > I need ideas, suggest for generating a report in .pdf from a data > containing in a MySQL database. > Basically, the idea is putting information from many tables in a > simple concentrate report. I want tutos, or simple scripts > for d

Re: PDF generation from a database!!

2009-08-29 Thread pangj
?? ficovh ? Hi folks I need ideas, suggest for generating a report in .pdf from a data containing in a MySQL database. Basically, the idea is putting information from many tables in a simple concentrate report. I want tutos, or simple scripts for doing this task. You want to read datas from