5
votes

I am looking for a PHP XSL-FO processor.

What I need is an alternative to Apache FOP (in the Java world), in order to convert an XML document to PDF, but I need to execute it in a PHP environment without Java support.

1

1 Answers

2
votes

The PHP XSL extension doesn’t support XSL-FO so a Java Bridge is about your only option I think