Im looking for something that can output a series of nodes, connected to each others, one on each page, all in same document. I want users to be able to print out ALL publications they have of one certain nodetype.

The output should be styled an appropriate way, with gfx and such. Is this possible, using (or tweaking) this module?

Maybe in combo with views module?

Comments

farald’s picture

Title: Possible to print view? » Possible to print view into PDF?

In a pdf:)

jcnventura’s picture

Title: Possible to print view into PDF? » Possible to generate combined view of a series of nodes?
Project: Printer, email and PDF versions » Views (for Drupal 7)
Version: 6.x-1.0-rc9 » 6.x-2.0-rc1
Component: Documentation » page displays

Whatever Drupal can generate, the print module can make a printer-friendly version and a PDF (and send it by e-mail)..

You need to ask the right question, which is can some module create that combined view of nodes? Since that is outside of the print module, I am moving it to the Views module which may be your best bet of doing it.

João

merlinofchaos’s picture

The view sounds doable. I dunno anything about PDF.

jcnventura’s picture

Status: Active » Closed (fixed)

I think this issue can be considered closed now.

farald’s picture

Yes this is fixed. I managed to create a view and print it the way I wanted using print.module, thanks for help folks:)