Hi, I am working on an export filter for writing accessible html. I currently use OOo to export the loaded doc as an html file in order to handle embedded objects and graphics. I then parse the OOo generated html to obtain the image info. This is not a great approach for handling certain types of embedded objects. For example, excel objects embedded in a word document are currently saved as an image. I would like to extract the embedded excel object and process it in Calc. This would allow me to write out the embedded spreadsheet as an html data table.
Similarly, I would like to extract embedded images and any associated values such as brightness etc. I understand this information (ie. calc objects, original images etc. are available within the odt file). However, we need to do this programmatically without saving the odt or html etc. Is this possible via the SDK or would it require an extension of the core?. Any thoughts or alternative suggestions are much appreciated. -- View this message in context: http://www.nabble.com/Extracting-Handling-embedded-objects-tf3987670.html#a11322422 Sent from the openoffice - api dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
