Re: [Perl-unix-users] Dynamic PDF Generation

2004-02-06 Thread Anthony Ettinger
Look into XML::LibXSLT and XML::LibXML. You may be able to apply an fo-stylesheet to the xml file. --- "karthikeyan.balasubramanian" <[EMAIL PROTECTED]> wrote: > Hi, > > Just want to know how many ways we can > achieve Dynamic Pdf Generation. > > * Say I just fill out a form and post the in

[Perl-unix-users] Dynamic PDF Generation

2004-02-03 Thread karthikeyan.balasubramanian
Hi, Just want to know how many ways we can achieve Dynamic Pdf Generation. * Say I just fill out a form and post the info to a CGI program. I need a pdf generated in some format. * I get some information from database, form an xml and can I use xsl and xsl-fo to generate pdf?. (previousl