I am using laravel 4 and having problem with html to pdf conversion.
I have a method download, when this method is called based upon the parameter passed i call some other methods(e.g download1() method). This method(download1() method) returns the View::make('temp'). Now i want to convert this into pdf and show a download prompt.
I tried using several library but not able to convert it into pdf. Please if anyone have used it before help me.
FYI i am using ubuntu box .
Thanks in advance. Nikhil