飞碟 - 页数 css
flying saucer - page count with css
我正在使用飞碟将 HTML 数据转换为 PDF,但我有一个问题需要解决。
- 在我的 PDF 中,第一页是介绍页,因此此页没有编号。
- 第二页必须有编号,第二页的编号必须为1,第三页必须显示第2页,依此类推
我希望页面计数器只从第二页开始。
我该怎么做?
我发现了。只需将“-fs-page-sequence”放在要启动计数器的页面样式中,页面计数器就会被重置。
例如:
<div style='-fs-page-sequence'></div>
-fs-page-sequence: values start or auto (the default) and allows you to limit the scope of the page and pages counters to a portion of the
document
我正在使用飞碟将 HTML 数据转换为 PDF,但我有一个问题需要解决。
- 在我的 PDF 中,第一页是介绍页,因此此页没有编号。
- 第二页必须有编号,第二页的编号必须为1,第三页必须显示第2页,依此类推
我希望页面计数器只从第二页开始。
我该怎么做?
我发现了。只需将“-fs-page-sequence”放在要启动计数器的页面样式中,页面计数器就会被重置。
例如:
<div style='-fs-page-sequence'></div>
-fs-page-sequence: values start or auto (the default) and allows you to limit the scope of the page and pages counters to a portion of the document