this is a known limitation - current implementation supports only pictures. This is true both for WordToHtml and WordToFo converters.
It may sound like a simple improvement but unfortunately it is not. In MS Word native text (paragraph and text runs) and text in graphic objects are two completely different beasts. Normal text is converted to html or FO. Graphic needs to be converted either to Image or to SVG and this is still a TODO. Yegor On Thu, May 24, 2012 at 6:15 PM, Dmitry Zamula <[email protected]> wrote: > Hello! > > I use Apache POI to write a converter .doc to .html. I have a problem with > WordToHtmlConverter - its doesn't handles TextBoxes. > > So, in my class, I use the method HWPFDocument.getOfficeDrawingsMain() and > get Collection<OfficeDrawing> using getOfficeDrawings(). After that, what > should I do, to get the text and images that are stored in this TextBox? > > -- > Best Regards, > *Dmitry Zamula* > > Saint-Petersburg, Russia > UTC/GMT +4 hours > > Mobile phone: +7 (904) 646-9254 > Skype Id: brantner_ru > E-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
