constprt / epub-tools

Automatically exported from code.google.com/p/epub-tools
0 stars 0 forks source link

EMFParser gives ArrayIndexOutOfBoundsException #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried EMF->SVG->PNG using the attached ToPNG.java based on the sample
2.
3.

What is the expected output? What do you see instead?
I expect png output from the emf

What version of the product are you using? On what operating system?
Windows XP.docx2epub-0.3.0.jar

Please provide any additional information below.
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
        at java.util.Vector.get(Unknown Source)
        at com.adobe.dp.office.metafile.EMFParser.readNext(EMFParser.java:462)
        at com.adobe.office.metafile.ToPNG.main(ToPNG.java:202)

Original issue reported on code.google.com by shyam.ramesh@gmail.com on 19 Jan 2010 at 6:03

Attachments: