Skip to main content



      Home
Home » Archived » BIRT » Postscript BIRT 2.2 embeded
Postscript BIRT 2.2 embeded [message #255403] Thu, 13 September 2007 19:16 Go to next message
Eclipse UserFriend
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.
Re: Postscript BIRT 2.2 embeded [message #255561 is a reply to message #255403] Fri, 14 September 2007 15:03 Go to previous message
Eclipse UserFriend
Originally posted by: gavares.amazon.com

Any ideas ?
Previous Topic:Dynamic table width in PDF format of a report.Is it possible?
Next Topic:BIRT Designer : Customizing New Parameter Page Dialog
Goto Forum:
  


Current Time: Thu Jul 17 19:57:52 EDT 2025

Powered by FUDForum. Page generated in 0.75672 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top