Re: External graphic referencing within a servlet

2003-05-21 Thread William Gilbert
I'm using a serlvet to perform the XSLT transformation into my PDF document. Everything works fine EXCEPT the images. I've tried referencing my images many different ways, and none seem to work. Does anybody know how to get this functionality to work? Here's my graphic:

Re: landscape format in PDF with XSL-FO

2003-05-15 Thread William Gilbert
Hello together, can anybody told me how to generate PDF with landscape format? Thanks Jan Here's a method we use in all of our reports, user has a check box which set an input parameter, doc-orientation, passed to the FOP servlet. xsl:param name=doc-orientation select='portrait'/

Re: HTML render class available?

2003-04-25 Thread William Gilbert
yep. I understand that I can create a XSL stylesheet like your example. But I try to write a Java application which simply switches between different render classes to realize different output formats: // Setup renderer (output format) driver.setRenderer(Driver.RENDER_PDF); The only

Re: HTML render class available?

2003-04-25 Thread William Gilbert
I agree with both. Up to now I generate HTML vis XSL and PDF via XSL-FOP. Fortunately, my incoming XSL is very HTML-like, where it isn't I write a custom XSL transform. Boo-boo... Line two should read XML not XSL: I agree with both. Up to now I generate HTML vis XSL and PDF via XSL-FOP.