I have added a PDF extension to my YII application, followed the installation instructions. My application allows a user to enter data in a form, upon clicking the submit button a new page reviews the form data. On that page i wish for the user to be able to convert the review to a PDF file upon clicking a link at the bottom of the review. This the extension I used (http://www.yiiframew...ension/pdf/#hh4)
My question is, how do i get that link to actually perform the conversion process going through the extension?
Thank you in advance

Help














