Hi All,
Currently using DOCX4J library to convert docx to PNG images.
How I achieve this is by converting the document to PDF first.
Then using another third party library(PDFBox) I create PNG images.
This works but it's not very efficient.
My question is I'd like to cut out the PDF conversion and create images directly from the DOCX4j Document object.
Is this possible and if so does anybody have resources they could point me to?
Thanks,
Thomas.