I'm generating PDF files using an old library of iText on Unix. Everything is going fine, but my exploitation team has just contacted me telling they are having storage troubles with some temp files. After a discussion, they indicate me a lot of "Acroaxxxxx" files are created under /tmp folder. I'm checking it and the files are the same I generate with my application, but my code is not handling this.
My question is quite simple: can I modify or add something to my code to indicate to iText to delete the tmp file created during the process?
Thnks!