Search code examples
javapdfaem

AEM (Adobe Experience Manager) is required for connecting PDF form with java api


I create a PDF Form via Adobe DC, I would like to connect with my java application, but when I created the Servlet Class of my application(I follow all steps in Adobe web site) in some reference I found the AEM or the LifeCycle Adobe is required to do all this process and in other page I don't found it, so my question is: is AEM required for connect PDF form with java api ? if is required,can anyone provide me links needed for the installation?


Solution

  • is AEM required for connect PDF form with java api?

    No. Not at all. In fact, most PDF viewers, though not browsers, will allow you to submit PDF data to any URL as an HTML GET with key/value pairs as a query string. To the server, it looks just like submitting from an HTML form.