Hi,
we are using a lot of textboxes to get text into various positions at our docx files. The problem seems to be that these are not recognized during PDF output. I receive the following error:
30.12.2013 13:43:08 *WARN * AbstractConversionContext: NOT IMPLEMENTED: support for w:pict; without v:imagedata (AbstractMessageWriter.java, line 46)
When browsing the document.xml, I found that word seems to implement textboxes as follows:
<w:pict>
<v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
<v:stroke joinstyle="miter"/>
<v:path ...