Commit 5b160f68 by Simon Cheng

'中文文件名修改'

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