PDFview Views support
Tobias Maier - February 3, 2007 - 08:23
| Project: | Pdfview |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Tobias Maier |
| Status: | needs review |
Description
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
| Attachment | Size |
|---|---|
| pdfview_views.info_.txt | 155 bytes |

#1
at the current status it is not perfect, because it only outputs the full nodes.
#2
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
#3
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
#4
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
#5
Any progress on this?
#6
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