Postscript BIRT 2.2 embeded [message #255403] |
Thu, 13 September 2007 19:16  |
Eclipse User |
|
|
|
Originally posted by: gavares.amazon.com
I've embedded the Birt Reporting engine in my app. HTML looks great. When
I try to render in PDF, I get a document which acrobat will open but
wherein all the pages are blank. If the report has 3 sections, acrobat
will indicate 3 pages of content, but each will still remain blank. The
file has content ( example some files are 34kb ) but never renders any
images or text to the screen. The code I'm using to setup PDFRenderOption:
PDFRenderOption pdfOptions = new PDFRenderOption();
pdfOptions.setOutputFormat( IRenderOption.OUTPUT_FORMAT_PDF );
pdfOptions.setOutputFileName( renderedFileName );
pdfOptions.setSupportedImageFormats( SUPPORTED_IMG_FMT_STRING + ";SVG" );
IRenderTask task = createRenderTask( doc, pdfOptions );
The itext jars are in place ( as far as I can tell ) since they should be
correctly installed/placed in the newer BIRT versions.
Any help is appreciated.
Thanks.
|
|
|
|
Powered by
FUDForum. Page generated in 0.75672 seconds