i want to know about some api or function in php that can create a pdf from my html.i don`t like the pdf commands in php. i would also like to make a pdf from php which automatically takes input and have web intercation using php
There is a PDF class called FPDF available from www.fpdf.org The "Scripts" section of their website has a few examples that will probably help with what you want to do.