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.
我想在使用 DinkToPdf 获得的 PDF 的每一页上显示一个标题。我知道我可以使用 HeaderSettings 类,但我无法编辑该文本(我想添加背景颜色)。有什么办法可以用html实现吗?
我也尝试设置 HeaderSettings 的 HtmUrl,但没有奏效。
这是我想要在每一页上的标题:
.header { background-color: #022251; color: white; padding: 1%; }
HeaderSettings 的 HtmUrl 是自定义 Header 的答案。
创建一个 html 文件并添加一个类头并添加这些样式。现在将您的 html 文件的绝对路径提供给 htmurl。让我知道是否有任何问题!