首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >PDF stamp javascript,如何查找stamp实例名称?

PDF stamp javascript,如何查找stamp实例名称?
EN

Stack Overflow用户
提问于 2021-05-01 00:12:53
回答 1查看 57关注 0票数 0

在插入pdf图章时,我有一个脚本,它将检索源图章的AP标识。

使用event.source.stampName.很容易做到这一点

但是,要插入的stamp实例的名称如何呢?我需要标识他以便更改其属性,而不仅仅是动态文本字段。这有可能吗?

我搜索了一些替代方案,例如:

代码语言:javascript
复制
console.println(event.source.stampName);
console.println(event.source.Name);
console.println(event.source.stampAP);
console.println(event.source.AP);
console.println(event.source.stampcreationDate);
console.println(event.source.creationDate);
console.println(event.source.value);
console.println(event.source.documentFileName);
console.println(event.source.source.stampName);
console.println(event.source.source.Name);
console.println(event.source.source.stampAP);
console.println(event.source.source.AP);
console.println(event.source.source.stampcreationDate);
console.println(event.source.source.creationDate);
console.println(event.source.source.value);
console.println(event.source.source.documentFileName);

但是Javascript API上并没有所有属性的列表,我甚至不确定这是否有可能。

提前感谢您的帮助

EN

回答 1

Stack Overflow用户

发布于 2021-05-04 13:32:29

如果我没理解错的话,第三点就是你要找的东西(不管用PDF-XChange ):https://www.tracker-software.com/knowledgebase/543-Advanced-Dynamic-Stamp-Creation

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/67337180

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档