Re: [go-nuts] Have Any One Experience With Print CSS Modules Using in Golang

2019-03-21 Thread Mohamed Yousif
I’m not quite sure but I think you can do this easier using JS. On Thu, 21 Mar 2019 at 5:24 PM, wrote: > I try to make a pdf from my HTML and CSS. In CSS file there have > some Paged Media Models. > https://github.com/SebastiaanKlippert/go-wkhtmltopdf/ I use this library > to generate my pdf but

[go-nuts] Have Any One Experience With Print CSS Modules Using in Golang

2019-03-21 Thread nafisfaysalos
I try to make a pdf from my HTML and CSS. In CSS file there have some Paged Media Models. https://github.com/SebastiaanKlippert/go-wkhtmltopdf/ I use this library to generate my pdf but the problem is the Print CSS didn't work well. I am searching for some idea and feel free to suggest me if you