当我们使用Windows 7和Adobe Pro时,我们的Java时间戳代码工作正常(在标准Adobe中不起作用)。一旦我们使用W10和Adobe DC pro,它大部分时间就停止工作。它可以在1台计算机上可靠地运行,但是其他10台计算机将不会显示该戳记。它们具有相同的W10和adobe DC pro版本,我们已经对从相同位置提取的相同文件进行了测试。
这是我们的代码。
//-------------------------------------------------------------
//-----------------Do not edit the XML tags--------------------
//-------------------------------------------------------------
//<Document-Actions>
//<ACRO_source>Document Will Print:Action1</ACRO_source>
//<ACRO_script>
//<!--*********** belongs to:Document-Actions:Document Will Print ***********-->
this.addWatermarkFromText({
cText: "UNCONTROLLED COPY. User must verify this is the current version. Document effective as of Access Date of " + util.printd("mmm dd, yyyy HH:MM", new Date()),
nTextAlign: app.constants.align.center,
nHorizAlign: app.constants.align.center,
nVertAlign: app.constants.align.center,
nVertValue: 380,
aColor: ["RGB",1,0,0],
nFontSize: 10,
})
//</ACRO_script>
//</Document-Actions>
我们需要一种解决方案,在打印每页时为其加盖时间戳。任何帮助或建议,将不胜感激。