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.
我正在使用 sejda-console 向 PDF 添加页码,我想包括总页数。例如,如果我的 PDF 有 20 页,我希望它在第一页上显示“第 1 页,共 20 页”,依此类推。
我怎么能用 sejda 做到这一点?
您可以使用 Sejda 2.x 做到这一点,这是一个示例:
./bin/sejda-console setheaderfooter -f input.pdf -o /tmp/output.pdf --pageRange all --verticalAlign bottom --horizontalAlign center --label "Page [PAGE_OF_TOTAL]"
目前还没有发布 2.x 版本,所以暂时你需要从源代码构建它:
https://github.com/torakiki/sejda