I've got a large number of CCK nodes categorised by things like country and date and people want to be able to select a subset of these and print them off in a printer-friendly way. But the normal p-f modules only deal one node at a time. Anyone got an idea how I could combine all these nodes into one so it would be easy to generate a clean page?

Preferably it would take the output of an arbitrary view and present the content of the whole content part of the page.

Chris

Comments

jevets’s picture

What about using a print style sheet? Have you considered/tried this as opposed to providing a pdf?

--
stevejamesson.com

chris55’s picture

Usually best solutions are the simplest! Thanks, I was looking in the wrong direction.

Chris