I waited for views support for this module a long time.

The module attached is mainly a copy and paste result of views_rss and pdfview module

Comments

Tobias Maier’s picture

Assigned: Unassigned » Tobias Maier
StatusFileSize
new4 KB

at the current status it is not perfect, because it only outputs the full nodes.

Tobias Maier’s picture

StatusFileSize
new905 bytes

and here comes a pdf-icon

i stole if from
http://typo3.org/extensions/repository/view/pdf_generator/3.3.0/info/ext...

I think it is GPLed but I'm not shure

Egon Bianchet’s picture

Great, thanks!

Now it shouldn't be much difficult to make teasers work too, perhaps a possible approach would be to make two distinct plugins for teasers and nodes, and find a way to call the correct one from the selector.

It makes sense to have full nodes in their own page, but a teaser view should not have page breaks between teasers ... we need to make some changes to the theme_pdfview_* functions: either introduce a theme_pdfview_node_teaser or make theme_pdfview_node mimic http://api.drupal.org/api/5/function/theme_node

Tobias Maier’s picture

I'm looking for a way that the default page_type gets rendered and this one converted to pdf
My purpose is to export a table with users (thanks to usernodes) and their phone numbers, address, etc
or a calendar view with dates

rconstantine’s picture

Any progress on this?

suoko’s picture

Could someone write howto make this module work?
I'd like to use it with ubercart catalog
As far as I noticed, this module appears in the "arguments" field of a view only. (which doesn't produce any result)
thanks

anaperes’s picture

Issue tags: +view, +PDF

Hi Tobias
what you are looking for is exactly what I need right now. I'm using drupal 6.2 and I tried to use this module and I get a error message saying "this version of PDFview is not compatible with drupal version". Any chance you may help me with this?

Thank you so much.
Regards

Tobias Maier’s picture

Assigned: Tobias Maier » Unassigned
Issue summary: View changes