When processing concurrently, you will receive a Warning: You did not close a PDF Document. May I ask, what is the situation? How to handle it?
I am using OracleJDK1.8.
the version docx4j-ImportXHTML is 8.3.8.
my code here:
`outputMLPackage = WordprocessingMLPackage.createPackage();
When processing concurrently, you will receive a Warning: You did not close a PDF Document. May I ask, what is the situation? How to handle it? I am using OracleJDK1.8. the version docx4j-ImportXHTML is 8.3.8. my code here: `outputMLPackage = WordprocessingMLPackage.createPackage();
thanks in advance