Questions tagged [print-module]
9 questions
2
votes
2 answers
Drupal Print Module - change name for PDF output
How to change name for PDF output in PRINT module, for each module separately? Can I use a some sort of hook for it? Any help?

Laky
- 745
- 2
- 12
- 25
2
votes
1 answer
Style Drupal's Print Module PDF
How would one do this in Drupal 7? I want to add a few small style edits to the way the PDF outputs. I am using TCPDF. I read somewhere that its not posible with TCPDF, but other sources say it is. Should I be switching to dompdf? I've read the…

jhoffmcd
- 63
- 8
1
vote
1 answer
Drupal print module - ignore code for print
I'd like a way to ignore part of the code for printing. Should be visible in the module but in PDF output should not be seen. Any help?

Laky
- 745
- 2
- 12
- 25
0
votes
2 answers
TCPDF error with Drupal-6 print module
I am using print module for generating pdf on my websites. Most of the part seems to work fine except when i try to use an image in my node.tpl.php file.
Even though the node page seems to show the image the print pdf page gives an error.
And this…

ayush
- 14,350
- 11
- 53
- 100
0
votes
0 answers
Background images using mpdf
I have a local environment in Drupal 7 and I am using the Print module with the mPDF library.
When I apply a background local image to an element in the PDF it doesn't show, I don't have a red ex indicating that it cannot find it, but when I…

Madalina P
- 1
- 4
0
votes
0 answers
Drupal - Use Print module to create pdf from drupal page with custom link
Hi I am using Print module to print node to pdf. I try to add print_pdf_insert_link() into my template, but php says, that this is undefined function. Print module is enabled and all permissions are set. I am using version 7.x-1.2. Am I missing…

Frees
- 139
- 1
- 7
0
votes
2 answers
print python and csv row
So I have a list that gets generated e.g. missingfromauthoratative and with that list I want to do two things.
1. Print the results on the screen and;
2. Write the results to a csv file.
With what I have it will do one or the other or sometimes a…

user1614303
- 3
- 1
0
votes
1 answer
GeoExt PDF printing: "Error message: Origin http://localhost:55608 is not allowed by Access-Control-Allow-Origin"
I'm trying to generate a pdf file to print a map using GeoExt but have run into a problem. On Chrome I get the error message:
XMLHttpRequest cannot load http://Howard:8080/geoserver/pdf/create.json. Origin http://localhost:55608 is not allowed by…

user1341833
- 1
- 2
-2
votes
2 answers
Python print module says the file name is not defined
Working on a Head First Python book, 2010, I've encountered an exercise where I had to print a list into a specific file, and another list into another one. Did all the code, everything works, except for the print module which says the name of the…

Monok
- 39
- 1
- 2
- 10