[PHP] Re: xml -> xslt -> xsl:fo -> pdf

2004-05-26 Thread hboyce
Hi I'm afraid I don't know anything about the xml/xsl:fo part of the process but once you have the data in a usable form in your program you can use PDFLIB functions to create a pdf from it. I have used it very successfully. It does involve compiling libraries and you may well have to pay a

[PHP] Re: Make an MDB File on the Fly

2003-02-04 Thread hboyce
I have recently been investigating exporting data from MySQL database to use with MS Word mail merge. The mail merge will accept a text file with separators of tab or comma - should be easy to produce using PHP. Hilary On 3 Feb 2003 at 12:49, Matt Babineau wrote: > I have a client that cur