RE: DO NOT REPLY [Bug 49687] [PATCH] Complex Script Support

2010-11-05 Thread Eric Douglas
Are you using embedded code? If it helps, I had issues with the PrintRenderer, so I ended up using the PDFRenderer, getting the output from the transform in a ByteArrayOutputStream, passing that output to pdfbox, and printing with the standard Java print classes. I also found there is a change

pdf not loading in IE 7

2010-11-05 Thread Estrada, Juan - 2
Hi, I'm rendering a PDF using the following code: InputStream is = new ByteArrayInputStream(xsltext.getBytes(UTF-8)); StreamSource xslSource = new StreamSource(is);

DO NOT REPLY [Bug 49687] [PATCH] Complex Script Support

2010-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49687 --- Comment #24 from Glenn Adams gl...@skynav.com 2010-11-05 11:13:34 EDT --- I cannot determine from your email whether you are using this new patch or not. In any case, only the IF, AT, and PDF renderers are presently supported by this

DO NOT REPLY [Bug 49687] [PATCH] Complex Script Support

2010-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49687 --- Comment #25 from Glenn Adams gl...@skynav.com 2010-11-05 11:16:24 EDT --- I cannot determine from your email whether you are using this new patch or not. In any case, only the IF, AT, and PDF renderers are presently supported by this