8

I am building a webapp that will display PDFs. The PDFs have fillable forms. Instead of making the user save the form, and then re-upload it to the webapp, the idea is to adapt the PDF such that it can POST itself (when the user clicks) from inside the browser to some HTTPS endpoint when the user is done.

Is this doable? If so, how? If not, any suggestions? Thanks.

4

1 に答える 1

13

はい、PDF 自体を投稿できるようにするオプション (アクション) があります。手順は次のとおりです。

リスト項目

  1. Adobe Acrobat Pro を開く

  2. ボタンツールを選択 ボタンツールを選択

  3. フォーム送信ボタンを追加

    フォーム送信ボタンを追加

  4. URL とフォームの送信方法を追加します。あなたは終わった。 URL を追加

  5. ユーザーが「フォームを送信」ボタンをクリックしたときに表示される警告。 警告を送信

これは、Adobe LiveCycle でも実行できます。

于 2011-01-07T23:14:07.863 に答える