I am using docx4j to convert docx to PDF via Apache FOP. It is working fine if I am using document created from ms word. But docx files created using google docs is not getting converted. I searched around, but I could not find any solutions or documentation that states it wont work for google docs files. Can someone help me?
I am using docx4j - 11.5.2
Java - 17
I am setting the my ...