plutext / docx4j

JAXB-based Java library for Word docx, Powerpoint pptx, and Excel xlsx files

Home Page:https://www.docx4java.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullPointerException in deleteEmbeddedFontTempFiles

toki07 opened this issue · comments

commented

When launching several conversions from different Docx to Fo ( > 20), there is a NullPointerException in deleteEmbeddedFontTempFiles.

It happens here :

docx4j/openpackaging/parts/WordprocessingML/ObfuscatedFontPart.java:227
for(File f: getTmpFontDir().listFiles() )

getTmpFontDir() returns null, and the program crashes