I have a panel which displays nodes of a specific node type. The content is divided in two columns: One contains information about a car and the other images of the car.
Now I would like to integrate the option to generate a PDF file containing formatted car information, images, header and footer.
When searching for the right module I found this: http://drupal.org/project/print
It supports 3 PDF engines but none seems perfect. wkhtmltopdf has special server requirements, TCPDF works easy but doesn't support formatting (it just lists all node data) and dompdf - which supports formatting but is unmaintained and not recommended for general use.
Anyone here who can recommend a good module for generating formatted PDF files from views/panels data ?
Thank you