Hello!
I just downloaded abiword 2.4.5, compiled it and compiled plugins
I read that opendocument support is supposed to be very good in this
version,
but right away I noticed that embedded image from opendocument is not
preserved when the document is converted to html.
I used AbiCommand plugin and a command:
convert /path/to/dog.odt /path/to/dog.htm html
the file converted to html pretty quickly but the image tag was totally
lost. Also font color and font background were gone.
Only the minimal formatting was preserved like "heading" and bulleted list.
I am surprised that images are ignored, especially since it's a pretty
easy task to extract an image from open document. It's always stored in
a /Pictures/ folder and a tag is something like <draw:image.... and
href=/Pictures/$imageid.png
I'm just wondering if this will be fixed soon or maybe already fixed in
CVS?
It was a doc created with OpenOffice 2.0 in .odt format, so the tag for
image <draw:image...is nested inside a <draw:frame ... tag
Thank you.
By the way, I also tested converting MS word created with Office 2003
and it worked OK, it extracted the image, created a dir for the image
and put the correct <img src tag into the html.
It failed to work with a couple of embedded images that were larger than
5MB in size, but worked fine with reasonable small images like 1MB.
Received on Thu Sep 28 21:44:43 2006
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 21:44:44 CEST