Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用第三方生成了一个 pdf 文件,现在我想将自己的样式应用于 pdf 中的内容。
我可以在生成的 PDF 中插入外部 CSS 文件吗?我尝试了很多方法,但都不起作用。谢谢,
您不能使用 CSS 为已生成的 PDF 设置样式。它不是由可选元素组成的,也无法将 CSS 链接到 PDF。
您必须在创建 PDF之前进行样式设置。这就像试图在已经烤好的蛋糕上添加更多的糖,没有办法做到这一点。