Hi,

After a gruelling day I've managed to get PHP --with-java working.

I can use simple classes that return string values, but I've had no luck
with PDF output.

The apache process handling the request seems to be segfaulting whenever
I try to create a pdf.
A simple php script:
   $j = new Java("PDF");
   print $j->getPdf()

using a modified Chap0102.java with a getPdf() method. I don't
understand why it's segfaulting, because it works fine on the
commandline..

I can't find _any_ examples on how to specifically use "iText and PHP"
together.
If anybody could help me spit out a PDF from PHP using iText, I'd be
very grateful.


_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to