Commit 010b7bbd by jianan

报聘合同书-加密证书盖章到第二页

parent 15b4844a
...@@ -635,7 +635,7 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring ...@@ -635,7 +635,7 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring
x = Float.parseFloat(PDFConfiguration.getProperty("pdf.position.x")); x = Float.parseFloat(PDFConfiguration.getProperty("pdf.position.x"));
y = Float.parseFloat(PDFConfiguration.getProperty("pdf.position.y")); y = Float.parseFloat(PDFConfiguration.getProperty("pdf.position.y"));
try { try {
PDFSign.sign(signResultPDF, password, keyStorePath, signSourcePDF, signImage,13, x, y); PDFSign.sign(signResultPDF, password, keyStorePath, signSourcePDF, signImage,2, x, y);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
......
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