These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Form Fields injected into PDF for Download Purposes

gumbygaya
Registered: Aug 16 2011
Posts: 1
Answered

I am working on a website where a user enters in fields in a form.
 
Using the data from those fields I want to create a PDF document where the fields in the PDF are pre-filled with the user entered data.
 
Furthermore I want the user to be able to have the option of editing fields in the document.
 
Finally after the user has purchased the rights to download the document, I want to provide the ability for the customer to download the PDF
  
Is any of this possible using Adobe Software?
  
Thanks...Sahil

UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
Accepted Answer
You cannot use Acrobat on a server, so you would need to use one of the PDF libraries to dynamically-create your documents on demand - there are both free and commercial versions available for PHP, Perl, Java, etc. such as TCPDF and iText, but which you need depends on what the document contains as they each have different levels of functionality. If however you want to create *Reader-extended* PDF files on a server, you must use Adobe software such as LiveCycle.