Commit 5b160f68 by Simon Cheng

'中文文件名修改'

parent b804775f
......@@ -600,13 +600,12 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring
String keyStorePath = "D:\\pcs12\\4929078_m.zuihuibi.cn.pfx";
keyStorePath = PDFConfiguration.getProperty("pdf.keyStorePath");
;
//准备加盖电子印章的源文件
String signSourcePDF = templateResultPDF;
//电子印章文件
/*String signImage = "D:\\pcs12\\上海银盾保险经纪有限公司.png";
//电子印章文件
String signImage = "D:\\pcs12\\上海银盾保险经纪有限公司.png";
signImage = PDFConfiguration.getProperty("pdf.signImage");
float x = 450;
float y = 150;
......@@ -616,7 +615,7 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring
PDFSign.sign(signResultPDF, password, keyStorePath, signSourcePDF, signImage, x, y);
} catch (Exception e) {
e.printStackTrace();
}*/
}
return templateResultPDF;
}
......
pdf.template=/opt/tomcat8/conf/ydpdf/pdfres/templatePractitionerContract.pdf
pdf.signImage=/opt/tomcat8/conf/ydpdf/pdfres/上海银盾保险经纪有限公司.png
pdf.signImage=/opt/tomcat8/conf/ydpdf/pdfres/yindunsign.png
pdf.keyStorePath=/opt/tomcat8/conf/ydpdf/pdfres/4929078_m.zuihuibi.cn.pfx
pdf.keyPasswordFile=/opt/tomcat8/conf/ydpdf/pdfres/jks-password.txt
......@@ -9,7 +9,7 @@ pdf.uncheck=/opt/tomcat8/conf/ydpdf/pdfres/uncheck.png
pdf.temp.path=/opt/tomcat8/temp/
pdf.firstParty=上海银盾保险经纪有限公司
pdf.firstPartyResponser=Sharon Wan
pdf.firstPartyResponser=Wan Shuang Lian
pdf.firstPartyAddress=上海市浦东新区张杨路560号中融恒瑞国际西楼1706室
pdf.position.x=450
......
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