webgio / Rotativa

Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
http://letsfollowtheyellowbrickroad.blogspot.it/search/label/Rotativa
MIT License
621 stars 224 forks source link

css3 columns not working #209

Open h-morales opened 5 years ago

h-morales commented 5 years ago

I have two columns layout, works fine on the browser but not in PDF

-webkit-columns: 300px 2; -moz-columns: 300px 2; columns: 300px 2;

Do you have any solution or work around?