At 05:18 06.03.2007, turjabarua wrote: >Hi Rainer, > I got your point.... hwpf is really taking a toll on me :)..... [...] >in that document... And another problem i have come across is that my old >document has many tables and images in it and now if i say
Hi Turja, the exception which you got looks like a problem in the list formatting handling. The handling of the list formats (bulleted, numbered...) is not stable in HWPF. There are some cases where the software just does not read the correct data - partly also because the Word spec is incorrect about that. Images work in many situations. However as soon as you apply specific layout properties, the way how the images are stored in the Word file changes and HWPF can't handle these cases. >do i to need to copy images and tables explicitely? what to do for that.... >beacause if i take one simple document without any image or table it does >fine... First you should try to use no list formatting. Second you may succeed by including images which are not set to "behind the text" or things like that. And regarding tables, I believe that it should work unless they are nested. But it may fail with simple tables too. The best would be to check simple documents with images only or tables only and see how far you get. Best wishes, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
