I want to create a book using the Drupal book module and then export that entire book as a single PDF (all individual nodes merged into a single document). I want to have control of the formatting of that document. I also want the ability to have attachments linked from the resulting PDF document and to have those attachments distributed with the PDF.
Ive had bad experiences with unsupported or kludgy moduules in the past so I want to know the best way of doing this. I can see the following options:
- The book module itself seems to provide PDF export
- There is the print module
I haven't uncovered any other solutions yet.