Tagged Questions
0
votes
1answer
290 views
How to talk to Tomcat server from a PHP application
I am developing a new report engine for my company, our main web application is writing by PHP 5 and running on an Apache server. The new report server which I designed to use Apache FOP 1.0 ruing on ...
3
votes
1answer
1k views
XSL-FO processor for PHP : transform XML to PDF
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 ...
1
vote
4answers
1k views
PHP Java Bridge # calling FOP from PHP
I often check StackOverflow and help me so much usually :) so i guessed why don't ask for help on this one ?
I'm using PHP on a web-based application and i need to use Apache FOP to generate a PDF ...
0
votes
1answer
145 views
is there such a thing as xsl:fo reporting or xsl:fo simulation?
I am trying to determine if MY xsl:fo generated PDF file will exceed one page or not, without actually generating the output. We use Apache-FOP 0.95 on our server, and the XML data is being generated ...
1
vote
0answers
861 views
Apache FOP generating blank page
I am trying to generate a PDF using Apache FOP and Java. I am using a valid xsl-fo file which I can create a pdf with using the command line FOP.
My problem occurs when I try to run FOP using the ...
3
votes
2answers
766 views
Including a PDF file in a PDF file generated by FOP
I'm using FOP to generate PDF files.
What's the best way to either include another PDF file in a PDF generated by FOP or to cook multiple PDF files together using PHP?