treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Auto-fill PDF from HTML form

  • I need to take information posted by an HTML form and populate the fields in a PDF file using PHP.

    I've been looking around for some good code to get this done but have not come up with anything.

    Let me know if you've found a good resources or know how to do it yourself.

    Thanks

    I Have the following tool which should be all I need:
    An HTML Editor
    Adobe Professional
    Webserver (With PHP enabled)

    Regarding my research, Ive been to, for example, the following website which I thought would be helpful, but the code was not up to date and did not work.
    (http://koivi.com/fill-pdf-form-fields/)
  • Do you have the pdf library installed?
  • I figured it out. I'm working with FPDF.

    Thanks