Active
Project:
Pdfview
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2007 at 12:46 UTC
Updated:
21 Feb 2008 at 12:38 UTC
Jump to comment: Most recent
Comments
Comment #1
drupalnesia commentedThis pdfview module convert all content in the node to pdf including the body content. What may cause your body content not appear is need more detail analyze, mean you must check if every blog shown without body. And how about page and story? Same result as the blog node?
Comment #2
housetier commentedwith a book node I can see the content in the generated pdf; same goes for a page node. but a blog node has an empty body.
Comment #3
Carlos Miranda Levy commentedSame thing here...
http://www.americasomostodos.com/node/3
looks fine
http://www.americasomostodos.com/node/3/pdf
does not display the content
(node 3 is a blog entry)
Comment #4
Anonymous (not verified) commentedI have the exact same problem (no body in PDF when created).
I have the teaser module on and a CCK field.
I use only blog content type.
Also, I run Drupal 5.5 with php 4.3.1. I downloaded the TCPDF_PHP4 file.
I made the test and it went fine, i.e. the whole pdf document downloaded properly and its content was setup right.
Any solution so far??
Thanks
Michael
Comment #5
escuriola commentedI have the same problem and I tried to make changes in module but no success. Has anybody encounter the solution to this problem? And, exists another module or direct code to convert a node page to a PDF file?
Thanks.
Comment #6
escuriola commentedNobody know why this problem happens?
Comment #7
escuriola commentedmy solution:
using node_view($node) instead of $body->content in function theme_pdfview_node