如何提交我的 livecycle pdf 表单并存储在我的网络服务器上?

发布于 2024-12-10 12:21:54 字数 1358 浏览 0 评论 0原文

我以前没有使用过livecycle。关于这个主题的信息太多,但我找不到一页或示例来解释如何正确、简单地将我填写的表单提交到我的网络服务器上的目录。

我在 livecycle ES2 中创建了 pdf 表单。我在许多论坛、博客等以及 adobe 中找到了很好的信息。但我是否缺少完成这项工作所需的东西? (需要在服务器上安装吗?)。我的印象是,我的表单可以填写并提交/保存到我的网站访问者的目录中,而无需使用服务器上安装的任何内容。我只是希望用户在 pdf 中填写的任何内容都保存到该 pdf 并保存到服务器。

此链接很有帮助:http://kb2.adobe.com/cps/332/332289。 html

但我仍然做错了什么。

通用按钮

您可以在“对象”>“对象”中将通用按钮设置为提交按钮。 字段调色板。一旦您将按钮设置为提交按钮,就会出现一个提交 选项卡位于对象选项板中。您可以选择以下内容 格式:

根据提供的信息 - 这是我想要的解决方案:

-- PDF:提交包含嵌入 PDF 文件的包。如果表单包含签名字段,或者如果有签名字段的副本,请选择此格式 表单及其数据需要由 Adob​​e LiveCycle Forms 保存 或提交到其他类型的目标服务器。不要选择这个 如果表单启动服务器端处理,如果 Adob​​e LiveCycle Forms 将用于在运行时呈现 HTML 或动态表单 时间,或者如果表格是 PDF 表格,将在 Adob​​e Reader 中填写 无需使用 Adob​​e LiveCycle Reader Extensions。

我读到了其他注释,我需要启用使用权限,我尝试通过从 LiveCycle 保存表单,在 ACROBAT X PRO 中打开,然后:

向读者扩展权限,没有高级选择 在工具下。

在 Adob​​e Pro X 中,要通过电子邮件将可填写的 pdf 文件发回给您,您必须 保存具有扩展权限的文件,这可以在 文件>>另存为>>Reader Extended PDF,然后选择“启用附加功能” 特点。

它将允许接收者填写并通过电子邮件发送或填写并保存 附加到电子邮件。

有人在这方面取得过成功吗?并知道如何让它发挥作用?我创建了通用按钮,编辑属性,选择 PDF 并分配了一个 URL(存储已保存文件的目录)......我缺少什么部分?

最后但最不重要的是,我读到了其他信息,说我需要一个 servlet 来保存...?

I have not used livecycle before. There are overloads of info on this topic, but I can't find one page or example that explains how to correctly and simply, submit my filled out form to a directory on my webserver.

I have my pdf form created in livecycle ES2. I found good info in many forums, blogs etc and from adobe. But am I missing something thats needed to make this work? (that needs to be installed on the server?). I was under the impression my form could be filled out and submitted/saved to a directory from my site visitors without the use of anything installed on the server. I just want whatever the user fills out in the pdf to be saved to that pdf and saved to the server.

This link was helpful: http://kb2.adobe.com/cps/332/332289.html

but I still am doing something wrong.

Generic buttons

You can set a generic button to be a submit button in the Object >
Field palette. Once you set the button as a submit button, a Submit
tab is available in the Object palette. You can choose the following
formats:

from that info provided - this is the solution I want :

-- PDF: Submits a package containing an embedded PDF file. Choose this format if the form contains a signature field, or if a copy of the
form together with its data needs to be saved by Adobe LiveCycle Forms
or submitted to some other kind of target server. Do not choose this
option if the form initiates server-side processing, if Adobe
LiveCycle Forms will be used to render HTML or dynamic forms at run
time, or if the form is a PDF form that will be filled in Adobe Reader
without the use of Adobe LiveCycle Reader Extensions.

I read additional notes that I need to enable the usage rights which I tried by saving the form from LiveCycle, opening in ACROBAT X PRO and :

extending the rights to the reader, there is no Advanced selection
under tools.

In Adobe Pro X, to get the pdf fillable emailed back to you you must
save the file with the rights extended, and this is found in
File>>Save As>>Reader Extended PDF, and select “Enable Additional
Features.

It will allow the receiver to fill and email or fill and save and
attach to and e-mail.

Has anyone had success with this? and know how to make it work? I created the generic button, edit properties, chose PDF and assigned a URL (the directory to store the saved files) ....what part am I missing?

Last but need least I read other info that said I need a servlet to save...??

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

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

发布评论

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

评论(1

清风挽心 2024-12-17 12:21:54

您必须在 pdf 设计器中创建 pdf,放置一个按钮。单击按钮,您可以调用 Web 服务,如下代码

var cURL = <url to your webservice>; 
SOAP.wireDump = false;
var service = SOAP.connect(cURL);
var Input = {'<give the input to your webservice here>'};
var result = service.YourWebMethod(Input);

所示 将表单保存为动态 Xml 表单后。
重要的是,您必须“阅读器扩展”您创建的 pdf。

You have to create a pdf in pdf designer, place a button. On the button click you can call the webservice as the code below

var cURL = <url to your webservice>; 
SOAP.wireDump = false;
var service = SOAP.connect(cURL);
var Input = {'<give the input to your webservice here>'};
var result = service.YourWebMethod(Input);

After dat save the form as Dynamic Xml Form.
the importent part is, you have to 'reader extend' the pdf you have created.

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