0 Replies Latest reply: Feb 21, 2008 7:46 PM by Sekhar Ravinutala RSS

    Filling form data from web server

    Sekhar Ravinutala Community Member
      Here's my situation. I have form data saved on the web server that I need to deliver in the PDF on the client side.

      My current plan is to save the data as XML (in the format that Acrobat uses for export form data) on the server and deliver that to the client, who will then load the empty PDF in Acrobat and explicitly import the data from the file.

      Is there a way to do this automatically so the client just gets a link, which when clicked pops up the PDF filled with the form data?

      I've searched quite a bit (including in the FAQ), but didn't find any direct/complete answer. Would REALLY appreciate info/examples on this!