콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2113 화면

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 ?

아바타
취소

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)