I can see that the content of $print['footer_message'] and also $print['source_url'] is placed into the header when I'm creating a PDF-File using tcpdf.
I can see that the content of $print['footer_message'] and also $print['source_url'] is placed into the header when I'm creating a PDF-File using tcpdf.
Comments
Comment #1
jcnventuraBy default, it isn't.. Can you provide me the URL to a page with this strange behavior so that I can investigate it myself?
PS: Please attach your print.tpl.php file when you do it, also.
João
Comment #2
jcnventuraI'll have to investigate your problem further, but as a quick fix to your problem, you can set a simpler text message in the common settings for the print module which will prevent this problem from happenning.
João
Comment #3
jcnventuraHi,
Actually the problem is in a different interpretation of a parameter when using TCPDF >= 4.6.000. I will fix this soon.
João
Comment #4
jcnventuraTook less time than I thought to fix it.