I tried doing some searches but couldn't find much. I basically have a PDF form. I need to be able to fill out the various form fields using values returned from a query that I run in SugarCRM. I have my query running properly, I just need to know how to actually write to this PDF form. I've used ezPDF stuff before, but that seems to write information using hard-coded coordinates on a page. I need to be able to accurately write to a form field. Anyone done this before?
I've seen something called FDF http://www.verypdf.com/pdfform/fdf.htm
I've also seen http://www.pdfforsugar.com
This one is closer to what I'm looking to do, but it's not going to accomplish what I need. It currently only gathers all the information to populate the PDF form from one record from one module. The PDF form that I need to populate from Sugar gets its information from several modules. I run a query that joins several modules and itβs from this resultset that I want to populate the PDF form. Oh well. Guess this tool is a no go and will have to figure out something else.
I've also seen MPDF and TCPDF mentioned in these forums, but they seem like tools for creating a PDF from scratch. I have PDF form already, and I need to populate various fields on this form. Is that possible?
Any other tips/suggestions? Thanks!