Page 1 of 1

MySQL to PDF

Posted: Tue Aug 17, 2010 8:12 pm
by rotavirus
Hello All,

I am working on project and am stuck at a place.... :banghead:
A sample.pdf file is store on server directory and I want to do following:

1. Login to admin panel
2. Click "process button"
3. this action will open the sample.pdf file store in server directory.(till this point I am good)
4. Before form open, connect to DB, get information from DB (using #id) and put it (fill) in the PDF form ( I am stuck here... :? )

I Google a lot but was not able to find straight way to solve the problem. I cannot use ADO as my server is unix box not windows.
In addition, I want to know what should be DB column to store Digital Signature on PDF document.

Any guideline will be great.
Note: The PDF form has textfield and textarea I need to get the data into respective textfield
Thanks
Viral

Re: MySQL to PDF

Posted: Tue Aug 17, 2010 10:31 pm
by internet-solution
rotavirus wrote: I Google a lot but was not able to find straight way to solve the problem. I cannot use ADO as my server is unix box not windows.
What search terms are you using in Google? Searching with 'unix php mssql' returns several good solutions.