This commit is contained in:
parent
a9a8d02df2
commit
17550692e2
|
|
@ -98,7 +98,7 @@ public class OfficeFileUtil {
|
|||
if (FileUtil.exist(pdfPath)) {
|
||||
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()) {
|
||||
throw new BizException("windows平台暂不支持");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue