fix #747 add pdfbox.fontcache
This commit is contained in:
parent
cfbc2210d8
commit
bc0caef065
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ public class CrawlJob {
|
|||
ownTmpDir = new File(tmpDir, "fessTmpDir_" + sessionId);
|
||||
if (ownTmpDir.mkdirs()) {
|
||||
cmdList.add("-Djava.io.tmpdir=" + ownTmpDir.getAbsolutePath());
|
||||
cmdList.add("-Dpdfbox.fontcache=" + ownTmpDir.getAbsolutePath());
|
||||
} else {
|
||||
ownTmpDir = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue