我正在使用sejda-console将页码添加到PDF中,我希望包含总页数。例如,如果我的PDF有20页,我希望在第一页上说“第1页,共20页”,依此类推。
我怎么能用sejda做到这一点?
答案 0 :(得分:0)
你可以使用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版本,因此目前您需要从源代码构建它: