When printing/pdfing/emailing a node with Sheetnode cck field, the node is printed out correclty with nop error, but sheetnode tables do not output at all.
http://drupal.org/project/sheetnode
Is it a bug, from Print, from Sheetnode?

If not, what shall I check or in order to get this field rinting out?

Thanks for help

Comments

jvieille’s picture

note that www.example.com/print/nid and direct print works correctly.
Only email and pdf fail to print the tables out.

jvieille’s picture

Status: Active » Closed (fixed)

Find out the problem:
well... better to forget TCPDF that produces awful outputs and misses many items.
I changed the pdf processor by wkhtmltopdf, it rocks!
However, it is rather difficult to install if the binary does not work out of the box - it was my case, it took me half a day to cook a properly compiled program.