简体   繁体   English

Background-Color无法与RazorPDF一起使用(Mvc视图为pdf)

[英]Background-Color is not working with RazorPDF (Mvc view to pdf)

I am using RazorPDF to convert Mvc view to PDF. 我正在使用RazorPDF将Mvc视图转换为PDF。 everything is working fine... except Background-Color for Div / table tag. 一切工作正常……除了Div / table标签的Background-Color。

Any suggestion? 有什么建议吗?

Try this 尝试这个

<table backgroundcolor="red">
   <tr></tr>
</table>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM