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 生成使用飞碟。你能举个例子吗?提前致谢。
这对我来说适用于 flysaucer-r8 页眉和页脚:有些位可能是不必要的。
在我的 CSS 中:
@page { @bottom-center { content: element(footer); } } #footer {font-size: 90%; font-style: italic; position: running(footer); }
在我的 HTML 中:
<div id="footer">Footer contents</div>