I'm using drupal (7) print module to generate pdf from page,
all content is generated successfully but
document.write("")
is added after,
any idea about how can i solve this error
|
|
I have made a view which contains list of table results, i want to generate the pdf of that page view, the link for pdf version (generated with print module) is present, when i click on i get pdf version of the page view wich contains all page content but it adds this is the screenshot of the pdf gererated : |
|||
|
|
|
By making a simple search in my workspace I found that it was coming from the template of the print module (print.tpl.php)! I was searching in the wrong place :( |
|||
|
|