I'm making PDF files form XML and XSL sources with Fop. But i don't know how to use it in a php-script.
example:
I have made a form with two file-input fields. named file_xml and file_xsl, my php-script upload the two files to the webserver. second my php-script will make a html-output file using Sablotron, third my php-srcipt must also made a pdf output file with Fop but I don't know how to use Fop in a php-script. Fop is written in Java.
I hope some one can help me.
- jan