Search found 2 matches

by nt
Tue Aug 22, 2006 3:22 pm
Forum: JCommon
Topic: pixie question
Replies: 2
Views: 13447

pixie question

Thomas, Thank you for your response. I was wondering if you have any suggestions on how to (a) fix this and/or (b) detect this? Is there a particular property of certain wmf's that makes them lack metadata? I am specifically dealing with wmf's - I check that that is the file format before I use any ...
by nt
Mon Aug 21, 2006 10:41 pm
Forum: JCommon
Topic: pixie question
Replies: 2
Views: 13447

pixie question

Hi, I am getting a java.io.IOExcetion when I try the following line: WmfFile wmfFile = new WmfFile(fis, -1,-1); The stack trace states that "The given file is not a real metafile". I am extracting metafiles from ppts and then processing them, so I am not sure where this message is coming from. Pleas...