我想利用 Hellosign 创建的可以通过 get / template /:id api 下载的字段,在此处将 pdf 与文档组合在一起,但我在 API 的返回中看到他们使用旧的80 DPI 系统,我只有 o X、Y、宽度、高度,我想将其转换为 72 dpi 格式,例如,如何进行转换以将其注入 PDBox?
GET https://[api key]:@api.hellosign.com/v3/template/[:template_id] "form_fields": [ { "api_id": "b65e03_10", "name": "DepartmentA", "type" :“复选框”,“x”:117,“y”:19,“宽度”:15,“高度”:15,“必需”:false,“组”:“group1”},{“api_id”:“ b65e03_11", "name": "DepartmentB", "type": "checkbox", "x": 118, "y": 41, "width": 15, "height": 15, "required": false, "组”:“group1”},{“api_id”:“0ec7a7_1”,“名称”:“供应商名称”,“类型”:“文本”,“x”:160,“y": 141, "width": 80, "height": 30, "required": true, "group": null }, { "api_id": "0ec7a7_2", "name": "VendorTitle", "type" :“文本”,“x”:160,“y”:181,“宽度”:80,“高度”:30,“必需”:true,“组”:空},{“api_id”:“0ec7a7_3” , "name": "ManagerName", "type": "text", "x": 160, "y": 221, "width": 80, "height": 30, "required": true, "group" :空},{“api_id”:“0ec7a7_4”,“名称”:“ManagerTitle”,“类型”:“文本”,“x”:160,“y”:251,“宽度”:80,“高度” : 30,“必需”:true,“组”:null },{“api_id”:“0ec7a7_5”,“名称”:“DateSigned”,“类型”:“date_signed”,“x”:523,“y”:28, “宽度”:105,“高度”:16,“必需”:真,“组”:空}]
我想在文档中的 PDBox 中注入字段。