I am going to implement a pdf option in the
book module. My initial shoot from the hip design idea is to display a table of contents with check boxes, and then let users check off the chapters and articles that they want to bundle into a pdf. These will then be wrapped up and rendered for a custom pdf document suitable for off-line viewing or printing.
My question is this, what is the best solution for converting
HTML in a my_sql database into pdf renderable documents? I have played with
htmldoc a bit and it sees like a good solution. What do people here think?