Hi Jason,
I am working on one of the Android Application DoctoPdf Conversion. I used docx4j for converting doc to html with reference AndroidDocxToHtml . The problem i am facing is ,After converted to Html when i am trying to convert Html into Pdf using fop its giving error:
java.lang.NoClassDefFoundError: org.apache.fop.apps.FopFactory
I added fop jar in libs folder as well but still it was giving the same problem.kindly provide me some information for the using ...