This commit is contained in:
chenxudong 2025-05-13 14:17:46 +08:00
parent a9a8d02df2
commit 17550692e2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class OfficeFileUtil {
if (FileUtil.exist(pdfPath)) { if (FileUtil.exist(pdfPath)) {
return; return;
} }
log.info("Start convert ppt file to pdf, word path: {}, pdf path: {}", pptPath, pdfPath); log.info("Start convert ppt file to pdf, ppt path: {}, pdf path: {}", pptPath, pdfPath);
if (EleCommonUtil.isWinOs()) { if (EleCommonUtil.isWinOs()) {
throw new BizException("windows平台暂不支持"); throw new BizException("windows平台暂不支持");
} else { } else {