Hello
I've been developing a server-side webservice which goal is to convert several documents of different formats to PDF. I've chosen to use your library to convert specifically docx-files and successfully done so. However, some of them comes with error messages in the output PDF-files, for example "NOT IMPLEMENTED: support for w:pict - without v:imagedata" and "#TEXTBOX#".
I've come to understand you've not implemented support for drawing "Shapes" or "Drawing Canvas", but I haven't found a way to hide/remove these errors from the final PDF. I've searched for an answer but so far not found it.
I should also mention that I'm primarily a .NET developer and fairly new to Java, so if you could keep the feedback as basic as possible I'd appreciate it.
Thanks!