rdvojmoc / DinkToPdf

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
MIT License
1.08k stars 412 forks source link

not showing page number in docker container #166

Open stefanodesimone opened 1 year ago

stefanodesimone commented 1 year ago

Hi all, for security reason we use aspnet:6.0-alpine image as base, when we create pdf file from an html page we can't see page number, while if in visual studio in debug I select iis the file contains the page number. Anyone can help? Thanks Stefano