[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PDFs on the fly with PHP



On Wednesday 29 October 2003 09:32, emma wrote:
> On Tue, Oct 28, 2003 at 05:51:49PM -0800, Eric Walstad wrote:
> > Have you checked out ReportLab?  It might be a good alternative.
> > <http://reportlab.org/rl_toolkit.html>
>
> It looks great, thanks. (Unfortunately) I need a PHP library for
> this project though and ReportLab is Python.
>
> emma

I know it adds a bit of overhead, but you could call python code from 
your PHP code.  The python code would generate the PDF (maybe to 
stdout, maybe to a file) that could be served up by your PHP code.

Good luck!

Eric.



Reply to: