Posted by tassoman on June 20, 2009 at 1:15pm
Jump to:
| Project: | Printer, e-mail and PDF versions |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#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.