iText - PDF 文件在顶部显示有关可填写表单的消息

发布于 2024-08-31 02:15:42 字数 270 浏览 8 评论 0原文

这是我所做的: 1.我有一个模板WORD文件,可以用来填写一些东西的申请。将预定义标签分配给可填写字段。 2.使用CenoPdf将该word文件转换为PDF文件 3. 使用 iText 填充生成的 PDF 文件中的字段。 4.现在,当用户下载填充的文件时,他们会在栏上看到一个漂亮的紫色,上面写着“请填写以下表格。您无法保存在此表格中输入的数据。如果您想复制以供您使用,请打印您已填写的表格。记录”。

我怎样才能摆脱这个紫色条和消息?我假设我需要通过 iText 设置一些位来关闭此功能?

谢谢

Here is what I did:
1. I have a template WORD file that can be used to fill an application for some stuff. Assigned pre-defined tags to fillable fields.
2. Converted that word file to PDF file using CenoPdf
3. Used iText to fill the fields in generated PDF file.
4. Now when user downloads that filled file, they see a nice purple at the bar saying "Please fill out the following form. You can not save data typed into this form. Please print your completed form if you would like to copy for your records".

how can i get rid of this purple bar and the message? I am assuming i need to set some bits through iText to turn this off??

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一笔一画续写前缘 2024-09-07 02:15:42

您无法编辑顶部的紫色栏。这是 Acrobat 的一个缺陷。每当您的 PDF 包含表单字段时,该消息就会强制自动显示,并且您无法对其进行编辑。 Adobe 认为用户比开发人员更重要,因此只要存在表单字段,就会强制显示栏和消息。

You can't edit the purple bar at the top. This is a flaw with Acrobat. Whenever your PDF contains form fields, the message is automatically displayed by force and you cannot edit it. Adobe feels that it's users are more important than it's developers, and forces the bar and message whenever form fields are present.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文