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 ...