|
@@ -180,7 +180,7 @@ public class TsignPlugin implements ESealPlugin, InitializingBean, DisposableBea
|
|
|
SignType signType = SignType.Key;
|
|
|
// 设置接口调用方(平台方)签章位置信息
|
|
|
posBean.setPosPage("1");// 签署页码,若为多页签章,支持页码格式“1-3,5,8“,若为坐标定位时,不可空
|
|
|
- posBean.setKey("甲方(签字)");
|
|
|
+ posBean.setKey("甲方签章");
|
|
|
// 签署位置X坐标,默认值为0,以pdf页面的左下角作为原点,控制距离页面左端的横向移动距离,单位为px
|
|
|
posBean.setPosX(100);
|
|
|
// 签署位置Y坐标,默认值为0,以pdf页面的左下角作为原点,控制距离页面底端的纵向移动距离,单位为px
|
|
@@ -217,7 +217,7 @@ public class TsignPlugin implements ESealPlugin, InitializingBean, DisposableBea
|
|
|
posBean.setPosPage("1");
|
|
|
posBean.setPosType(1);
|
|
|
posBean.setWidth(80);
|
|
|
- posBean.setKey("乙方(签字)");
|
|
|
+ posBean.setKey("乙方签字");
|
|
|
posBean.setPosX(100);
|
|
|
posBean.setPosY(0);
|
|
|
|