Hello,
I am trying to put an existing PDF file in my QWEB Report.
There the the first page in Xml code and then I want to put the PDF file after. (Just like the Images fields) but the only difference is that I want to put a pdf file.
Any ideas ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I am trying to put an existing PDF file in my QWEB Report.
There the the first page in Xml code and then I want to put the PDF file after. (Just like the Images fields) but the only difference is that I want to put a pdf file.
Any ideas ?
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
According to stack overflow, whhtmltopdf does not support merging pdf file. If I would do it, I'd extend the ir.action report and either insert the first page html (_prepare_html) or use other python pdf library to merge the pdf (_postprocess_pdf_report)