I’m using print module to generate pdf files of the articles. I’m using tcpdf library, I couldn’t find the header options in the settings page. I can see options for Logo and footer, but no header options.
When I tried to get the pdf file. In the header section, there appears logo in the left corner and title of the article on the right corner. I was looking for the header settings in such a way to fix header with an image and nothing else.
I tried to google it but ended with empty hands. This article, suggests to create sub-class of tcpdf – I don’t know where to create, I mean where to integrate the code??. I also found views PDF
module to set header – I don’t think it will be a better option.
Is there any better way to set custom header (as image).