Thanks a lot for your help.
I don't think I will buy any licenses (it is for private use); but I have foun a 
workaround; I can convert txt to pdf by using FPDF ( http://www.fpdf.org/ )not a 100% 
XML based solution but it will work. I will wait until xsl:fo conversion to PDF 
possible is by using only php (mybe a future extension of Sablotron or something like 
this).

Anyway thanks a lot

Juan

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 26. Mai 2004 11:44
An: Vazquez, Juan; [EMAIL PROTECTED]
Betreff: Re: xml -> xslt -> xsl:fo -> pdf


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 license fee (although there are free 
but more complex options).  The following page gives info and links: 
http://uk2.php.net/pdf

regards
Hilary Boyce

On 24 May 2004 at 18:53, juan vazquez wrote:

> Hi,
> 
> 
> 
> I am trying to transform a xsl:fo file to pdf.
> 
> 
> 
> I generate xml files from mysql and I can convert them to xsl:fo using 
> xslt but I can't find information for the last step (XSL:FO to PDF)
> 
> 
> 
> I just know that a formatter is needed but all what I found where 
> java, jade or .net based solutions.
> 
> 
> 
> is there any 100% php solution for this problem?.
> 
> Environment: Apache 2.0.47, PHP 4.3.2, mysql 4.0.13 running on WXP
> 
> 
> 
> Thanks a lot in advance for your help
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to