如何在CoSign Signature SOAP API中更改Signature的坐标并将其放置在某些给定的文本上(即,在此处签名)? [英] How to change the coordinates of Signature in CoSign Signature SOAP API and place it over some given text (i.e. Sign Here)?

查看:84
本文介绍了如何在CoSign Signature SOAP API中更改Signature的坐标并将其放置在某些给定的文本上(即,在此处签名)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的pdf文件将在区域中显示文本在此处签名。它可以在pdf中的任何位置(即未定义该区域的坐标)。我想在pdf文件中给定区域或文本(例如 Sign Here)上添加签名。在给定的代码中 http://developer.arx.com/ quick-start / sapi-web-services /#t-helloworld ,我该如何实现?

解决方案

您需要知道数字签名的图形部分应该放在哪一页以及哪一页。



动态确定位置的一种方法是添加一个签名字段定位器。在原始PDF中,您包含特殊的字段定位器文本字符串,例如<< w = 100; h = 120; n = employee; a = 1;>>>



您将字段定位器文本颜色设置为与页面的背景颜色相同,以便在查看pdf时不会显示。 p>

CoSign Signature Local包含用于定位和使用字段定位器设置图形签名位置的方法。 查看示例程序


My pdf file will have an area with the text "Sign here". It could be anywhere in the pdf(i.e. the coordinates for that area is not defined) . I would like to add the signature over that given area or text(eg "Sign Here") in my pdf file. In the given code http://developer.arx.com/quick-start/sapi-web-services/#t-helloworld , how can I achieve this?

解决方案

You need to know which page, and where on the page, the graphical part of the digital signature should be placed.

One way to determine the location dynamically is to add a "Signature Field Locator." In the original PDF you include a special Field Locator text string such as <<<w=100;h=120;n=employee;a=1;>>>

You set the Field Locator text color to be the same as the page's background color so it won't show when the pdf is viewed.

CoSign Signature Local includes methods for locating and using Field Locators to set the position of a graphical signature. See the example program.

这篇关于如何在CoSign Signature SOAP API中更改Signature的坐标并将其放置在某些给定的文本上(即,在此处签名)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆