Hi, are you able to print the Header when you use the Generate PDF functionality?
I’m using SuiteCRM 7.1.4.
The Footer is working
Hi, are you able to print the Header when you use the Generate PDF functionality?
I’m using SuiteCRM 7.1.4.
The Footer is working
Hi mayerelyashiv,
Is this just when generating the PDF for a record? Do you have custom HTML/code? Can you attach?
Thanks,
Will.
same issue with us we are using default setting . when want to use header generate latter header missing in first page only. but same setting using quotation it’s working fine please help this regard.
I have the same problem…when we are generating pdf for quotes than header and footer are working properly…but we doing same for accounts and contacts, header not print.
I don’t know if this is pertinent, but when I was working on my first screenplay, the writing software would do the same thing. The blank 1" at the top of every page would get left off. The print would show up as if it was being printed right at the top of the page instead of the required 1" below.
The solution we used was to make sure that all of the paper sizes were the same. A piece of A4 paper is about 1" longer than American “Letter” paper, so PDF files that are generated for A4 will chop the top off when printed using a “Letter” paper size for output. The software authors eventually made it so that every place (in the program) that used paper size would get it from the same variable, instead of the “per module” method they’d been using.
Like I said, I don’t know if that’s pertinent, but it’s worth looking at.
Thanks to NS-Team (http://www.ns-team.fr/) , we corrected the bug:
in
modules/AOS_PDF_Templates/formLetterPdf.php
just comment “AddPage” in this way:
//$pdf->AddPage();