new Apache POI. Thanks for the help!
Bob O'Daniel
-Original Message-
From: Nick Burch [mailto:nick.bu...@alfresco.com]
Sent: Wednesday, January 13, 2010 8:17 AM
To: POI Users List
Subject: Re: NoSuchMethodError with slide rendering
On Wed, 13 Jan 2010, ODaniel, Robert L CTR USAF AF
On Wed, 13 Jan 2010, ODaniel, Robert L CTR USAF AFMC 72 ABW/SCPT wrote:
When trying to render the slide to the Graphics2D object, the following
errors are received:
java.lang.NoSuchMethodError:
org.apache.poi.ddf.EscherContainerRecord.getChildIterator()Ljava/util/Iterat
or;
at org.apache.poi.hslf
The following code was used in an attempt to draw a slide to an image:
//Create the image buffered in memory and create the graphics to fill
BufferedImage img = new BufferedImage(slideWidth, slideHeight,
BufferedImage.TYPE_INT_RGB);
Graphics2D graphics = img.createGraphics();
FileOutputStream out