Re: [dev] OLE objects format

2007-09-27 Thread Hanbo Wang
Many thank for you all guys, based on your advice, I think I'm approching the solution. Actually we have setup a Flash RIA based website, http://www.weekee.tv/liveboard. This site is setup for e-Learning and web conference based on PPT and other resources, such as video\audio\images. People can

Re: [dev] OLE objects format

2007-09-26 Thread Mathias Bauer
Hanbo Wang wrote: Many thanks, Mathias, I checked the ReplacementImages directory and ole-object images DO exist! That's fantastic! But I also found some problems that Microsoft Equation object displayed correctly in Impress while the replacement image was wrong. How these images are

Re: [dev] OLE objects format

2007-09-25 Thread Ariel Constenla-Haile
Hi Hanbo, I keep thinking that [EMAIL PROTECTED] is a better place for this thread. Anyway I answer you here. Hanbo Wang escribió: Many thanks, Mathias, I checked the ReplacementImages directory and ole-object images DO exist! That's fantastic! I keep suggesting you NOT to manipulate the

Re: [dev] OLE objects format

2007-09-24 Thread Mathias Bauer
Ariel Constenla-Haile wrote: 2. if you ONLY want to convert the embedded object to an image format: did you think about the attribute XEmbeddedObjectSupplier2 :: ReplacementGraphic ? (not present in every kind of embedded object; for example, in a Java Applet, it will be null) It will

Re: [dev] OLE objects format

2007-09-24 Thread Hanbo Wang
Many thanks, Mathias, I checked the ReplacementImages directory and ole-object images DO exist! That's fantastic! But I also found some problems that Microsoft Equation object displayed correctly in Impress while the replacement image was wrong. How these images are generated, were they just

Re: [dev] OLE objects format

2007-09-23 Thread Ariel Constenla-Haile
Hi Hanbo, I answer you here, though I think you will have more answers if you send your question to [EMAIL PROTECTED] Hanbo Wang escribió: Hey, guys, I was encountered such a question: I wanted to write a java program to extract the binary ole-object in ODP file and convert them into images. I

[dev] OLE objects format

2007-09-22 Thread Hanbo Wang
Hey, guys, I was encountered such a question: I wanted to write a java program to extract the binary ole-object in ODP file and convert them into images. I thought I should divided this task into 2 steps: First of all, I should extract the object file from the zipped file. That's easy, but the