Hi, You can use PHP or PERL as a language to generate pdf. Download the sablotron XML toolkit through which you can convert XML+XSL in to FO (http://www.gingerall.com/charlie/ga/xml/p_sab.xml) . From PHP peer project doenload package XML_fo2pdf (http://pear.php.net/package-info.php?pacid=16) with the help of this package you can cover FO to PDF easily.
i hope this would help. Amit Kaushik ----- Original Message ----- From: "Kairi Henry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 01, 2003 10:22 PM Subject: Re: Using PHP or Perl to dynamically create PDFs > when you find out the answer can you please post it. I also want to extend > the question - I'm not necessarily looking for different languages using FOP > but is there anything in php, perl or c++ to manipulate xsl-fo files into > PDF. > > ----- Original Message ----- > From: "Eric Pement" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 01, 2003 10:14 AM > Subject: Using PHP or Perl to dynamically create PDFs > > > > In a thread posted here a week or so ago, it was stated that one way > > to dynamically generate PDF files was to use FOP in conjunction with > > Cocoon and Tomcat. > > > > Does anyone know if it would also be possible to dynamically > > generate PDF files with FOP and PHP, or with FOP and Perl? > > TIA. > > > > > > -- > > Eric Pement - [EMAIL PROTECTED] > > Education Technical Services, MBI > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
