Closed (works as designed)
Project:
Printer, email and PDF versions
Version:
5.x-4.8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2009 at 22:31 UTC
Updated:
10 Sep 2009 at 11:10 UTC
Comments
Comment #1
ryan_courtnage commentedThere is a setting to use a custom stylesheet in print.module settings (admin/settings/print/common).
I had a problem where this custom stylesheet was used for Print-friendly pages, but ignored for PDF generation (dompdf). As a workaround, I simply included my custom styles in a print.tpl.php file, which I put in my theme dir.
ie, in the head> section I put:
Comment #2
spade commentedCool workaround. Thanks a bunch.
Comment #3
jcnventuraBy design, this module avoid the css from the theme. If your theme's print.css is useful, you can configure it in the module settings form, but be aware that the print.tpl.php contains several module-specific classes which are probably not included with your theme's css file.
Comment #4
spade commentedWell, thanks jcnventura for clarifying that.
Keep up the good work!