fpanaccia / Wkhtmltopdf.NetCore.Example-deprecated

Implementation of Wkhtmltopdf.NetCore
81 stars 33 forks source link

Cannot add footer & header in linux docker container #20

Closed hquan5397 closed 3 years ago

hquan5397 commented 3 years ago

Hi @fpanaccia, is there any way to pass footer.html and header.html without have to access the app hosting address. Like can we access it with the path inside the code folder? ex: ~/HtmlTemplate/header.html.

hquan5397 commented 3 years ago

I figured out i can use absolute path :D image