I have a word document in docx format with arithmetic questions and answers including symbols like summation, integration and pie charts / bar charts.
Using docx4j I am able to read text from docx but I am not able to read images (to save them in a clob).
My objective is to read an image and write into a jpg/jpeg file. Please find the attached docx file.
I have used org.docx4j.samples.OpenMainDocumentAndTraverse to travese the doc ...