Commit 99d98eb2 authored by luzhuang's avatar luzhuang

备注

parent 03f00fa6
......@@ -106,6 +106,9 @@ public class OfficeToPdf {
public static DocumentConverter getConverter(){
if(null == converter){
LogUtil.fileChangeLog("****************converter + begin***********" + DateFormatUtils.format(new Date(), "HH:mm:ss"));
// 原方法
// converter = new OpenOfficeDocumentConverter(connection);
// 新方法
converter = new StreamOpenOfficeDocumentConverter(connection);
LogUtil.fileChangeLog("****************converter + end***********" + DateFormatUtils.format(new Date(), "HH:mm:ss"));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment