I want to create a PDF document having some dynamic contents. There would be many rows having dynamic data in each row, so it would be difficult to place text at predefined locations.
As height of text would be dynamic I am planning to first create HTML file and then create PDF file using those HTML contents/file. How can I create a PDF using HTML file? Any pointer/help would be appreciated. Thanks Krishan Babbar

