How can I find out the name of the fields in a PDF file using PHP?
The only thing I can think of is converting the PDF file to HTML, but that really sounds like overkill.
My end goal is to generate an FDF file (this bit I'm happy with) to populate the fields of a PDF file which I don't have control over, so I don't know what field names I need to use.