Hi,

Is there a module that can help us generate a pdf document with data from the drupal database?

Comments

WorldFallz’s picture

yes

mahalaxmi’s picture

Thanks for letting me know. I am looking at various options here. Print is one. I could not find something that will help us combine two to three pdf documents.

WorldFallz’s picture

ah-- you didn't mention that in your op.

iirc, print supports views (check the issue queue, there's an issue on views support) so you should be able to setup your view with whatever info you want from whatever nodes you want and pdf that. Another option is to create a 'pdf' content type and simply theme in what ever info you want (or use nodereferences) and pdf that.

nathanjo’s picture

I recently use the Print module, it works pretty good. You just need to theme it to match your expectation. And you need also to choose what PDF library you want to use. Just read the Documentation.

Good Luck!