Hi Hassen,

> Are you sure the method renderXmlXsl() returns the rendered document
> ?,

Yes, the method 'renderXmlXsl' performs the necessary transformation
and rendering, after which it returns the pdf. It is in the custom class :
de.smc.util.PDFTransformer and it has been tested outside php -
as a java application.
The problem here is how to extract the content of an Object.
Methods that return java.lang.String and other java-primitive types
return the corresponding values as a php-string. What if the method returns
an InputStream?





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

Reply via email to