disable cck images in pdf version
tassoman - June 20, 2009 - 13:15
| Project: | Printer, e-mail and PDF versions |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
If 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.
#2
No further info in two weeks. Closing the issue.