develooper Front page | perl.beginners | Postings from August 2009

Re: PDF generation from a database!!

Thread Previous
From:
pangj
Date:
August 29, 2009 20:45
Subject:
Re: PDF generation from a database!!
Message ID:
20090829222706.949044eto93heidm@www.vfemail.net
?? ficovh <ficovh@gmail.com>?

> 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 mysql, may use DBI module with DBD::mysql,  
and write them to a PDF file, using module like PDF::Create.

see their documents on CPAN:
http://search.cpan.org/~timb/DBI-1.609/DBI.pm
http://search.cpan.org/~capttofu/DBD-mysql-4.012/lib/DBD/mysql.pm
http://search.cpan.org/~markusb/PDF-Create-1.04/lib/PDF/Create.pm

Jeff.


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About