Hello!
I try to build my own report ... but when I print, I get an empty PDF.
When I print as HTML, he show the lines.
Other reports are printing normal.
Any idea where I can look?
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello!
I try to build my own report ... but when I print, I get an empty PDF.
When I print as HTML, he show the lines.
Other reports are printing normal.
Any idea where I can look?
Thank you
I have an idea. Make sure that in your report template you at least have the following three div's:
<div class="header"></div>
<div class="page"><!-- content in here --></div>
<div class="footer"></div>
If your report template doesn't have these div's, it will display in HTML, but not in PDF, because wkhtmltopdf needs to know where to find the header and footer of a report.
I hope that this fixes your problem. Please comment if this isn't the solution.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Oct 17
|
4659 | ||
|
1
Jul 24
|
8532 | ||
|
0
Jan 16
|
2976 | ||
|
4
Jun 24
|
1385 | ||
Wrong PDF Format
Solved
|
|
2
Mar 24
|
1803 |