临时资源目录改为.cache

This commit is contained in:
csh
2024-06-25 16:57:26 +08:00
parent 2cfa0ec4af
commit b042283ebb
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ begin
image_path := "word/" + rel.Target;
image := docx_components_.Zip().Get(image_path);
data := image.Data();
image_path := docx_to_pdf_.GetTempPath(image_path);
image_path := docx_to_pdf_.GetCachePath(image_path);
writeFile(rwBinary(), "", image_path, 0, length(data)-1, data);
image := nil;
case self.GetImageFileType(data) of