I would to disable cck images in the PDF flavour of my node. The problem is with imagecache_actions. That module lets you add some graphic enchantment more than resizing and cropping.
For example to get rounded corners its converting jpgs into png. Print module, in the PDF flavour with TCPDF library tries to load a JPG but file is PNG so throws an exception and dies.
Comments
Comment #1
jcnventuraIf those images are CCK fields, use the latest print module dev together with a recent CCK module and you should be able to specify whether or not they should be displayed in the print view.
Comment #2
jcnventuraNo further info in two weeks. Closing the issue.