Commit 586d5fca authored by liangyb's avatar liangyb

#394 2024716 评标报告 - 生成报表适配pdf格式

parent fe02f033
......@@ -192,6 +192,9 @@ public class CreateReportThread implements Runnable{
if(file.exists()){
if(isCreatePdfFile){
try {
if(reportPath.contains("评标报告 .docx")) {
WordAddBreakUtils.writer(reportPath, reportPath);
}
File pdfFile = TransferUtils.convert2PDF(reportPath);
if(null != pdfFile && pdfFile.exists()){
reportPath = pdfFile.getAbsolutePath();
......
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