The print.module tag has no wiki summary.
1
vote
1answer
42 views
Show PDF/print icons inside a template file
I am using a template file to render a content type. So I print variables as with the following code.
print $node->body
I have installed the Print module, and I have selected the option to ...
3
votes
1answer
81 views
A module for generating PDFs
I have tried PDF using mPDF and Printer-friendly pages (Drupal 7.x). They both need own styling of an output. I have got a CSS that formats my pages for printing. I would like to generate PDFs by just ...
0
votes
1answer
31 views
Customising the print stylesheet for the print module
I Would like to customise the http://drupal.org/project/print style sheet.
In the readme file it says: - To modify the template of printer friendly pages, simply edit the
print.tpl.php or the ...
2
votes
1answer
41 views
How to add captcha to pdf version
I want to add a captcha to the PDF generator from the Print Module so that my server doesn't waste time generating a PDF for robots and to prevent DOS attacks.
There is a similar question asked, but ...
0
votes
0answers
86 views
Mime Mail & HTML Mail modules
Simplenews & Send by email (Print)
The following settings enable the send by email function to work
Site-wide default - DefaultMailSystem
HTML Mail module class - HTMLMailSystem
Mime Mail module ...
0
votes
0answers
45 views
Print module - Send by email issue
WHile the Printer-friendly and PDF versions work without any issues (that I can see), I am having issues with the Send by email option. The email gets sent but consists of nonesense. Any ideas as to ...
0
votes
1answer
34 views
Incompatible Mail System setting detected
In order to get the Newsletter (Simplenews module) to send out emails correctly (in HTML format) I selected HTMLMailSYstem in the mail system settings. Having the DefaultMailSystem setting instead, ...
0
votes
1answer
60 views
print.module error - Warning: file_put_contents
I am using the print.module and dompdf to convert the PDF files. I am getting the following warning on my pages. How would I go about fixing this?
Warning:
...
0
votes
0answers
48 views
Printer-friendly and PDF version using different stylesheet [closed]
I am using the Print.module but have noticed that the PDF version looks different to the Printer-friendly version. What stylesheet is the PDF version coming from? Eg. in the PDF version my page title ...
0
votes
1answer
52 views
Print preview and Printer-friendly version look different
I am using a Print module with a bartik subtheme. I am trying to override the print module styles by using my theme's print.css file. Is this correc tway of doing this?
Both the print preview and ...
0
votes
1answer
32 views
Print module on a Views page?
Is it possible to have a print/pdf link (using the print module) displayed on a views page?
I've got it displaying in a basic page type, but view is not a content type, so how do I select the option?
...
0
votes
0answers
27 views
Free tool to generate PDFs [closed]
Which of the following PDF generating tools are free and most reliable:
dompdf
mPDF
TCPDF
wkhtmltopdf
0
votes
0answers
141 views
TCPDF + PRINT module + drupal [closed]
i want to make a pdf version for my Drupal site page. I am using TCPDF with print module. I am actually doing this for the first time.
Can any one help me with a good head-start for this ?
I have ...
0
votes
2answers
40 views
different templates for print and deafult version of the node
I've faced with a problem of differentiating node templates for print-version (I'm using "print" module) and default node's default template.
I have a <div> which should be present in ...
3
votes
2answers
258 views
How to print a Panel Page?
I am using the Print module.
I have enabled the node/%node template in panels and used a selection rule to select my specific node type and added fields into the panels regions etc. That all works ...
1
vote
2answers
120 views
How to exclude fields from print page version (html, pdf)?
As in question, excluding node fields from HTML print page is easy via CSS, but what about PDF version (PDF version module)?
0
votes
2answers
123 views
Create a print tpl for page views
I'm working with print and I would to create a tpl for a specific view (for a "page" display).
Is it possible, using the naming convenction?
1
vote
1answer
94 views
How to add Table of Contents in a PDF?
I am using the Drupal Print module to create downloadable PDF from my site. This works very well indeed. But I would like to have a table of contents in the left region of the downloaded PDF.
For ...
0
votes
1answer
64 views
The link of “Pdf version” on node page does not appear in chrome
I have installed the the print module on my drupal 7 site. I configured the the print module pdf settings.
Now the link "pdf version" is displaying with each node on the content area at bottom. When ...
0
votes
2answers
903 views
How to hide Header and footer printed page?
I'm using drupal 7 with print module,when printing some node there is some extra content like (date , pager and url) in the header and footer page that will be printed.
I just want to print the ...
0
votes
1answer
238 views
Create the pdf version of a node programatically (and attaching that pdf version to that node)
I have installed the print module. Every time I create a node of type X a print version can be generated each time I click the print link.
The thing is that I need that pdf to be generated ...
1
vote
1answer
375 views
Merging output of Print.module's printpdf with existing PDFs
Recently, I created an output template for the Print module, such that it dynamically generates a measurement sheet when a certain content type is parsed by its PDF functionality (using dompdf in this ...
5
votes
4answers
492 views
Replicating an existing table-based form as PDF views output?
The Drupal 6 project I'm working on involves a custom content type with a bunch of different elements. I'm needing to replicate an existing form -- see screenshot.
Ultimately, I need to take the ...
2
votes
1answer
430 views
Print module's default setting is annoying
We often use the print module to create PDF of nodes; most of the times, it works out-of-box.
For our requirements, however, one thing that makes me very annoyed is its default settings.
When the ...

