Dear,
I'm currently working on a project implementing DOCX4J. Until now everything is working fine.
Altough I have a little question. While converting a docx file with embedded images to a pdf file (using the pdf conversion example) serveral temporary files are created. Some of the files are the images that need to be displayed in the new pdf.
When the conversion has ended, the tmp image files still exists in my Temp directory.
Is this normal? Is it possible to clean them up? (for our project we work with tmp files and we do a clean up afterwards)
Timothy