python-ReportLab中未编号的页面
作者:互联网
是否可以使用ReportLab以这样的方式生成PDF文件,从而将首页(可能还有目录)从鸭嘴兽做的页码中排除?
解决方法:
是.关于the user guide的第5章的第一个示例,SimpleDocTemplate具有两个钩子:
doc.build(Story, onFirstPage=myFirstPage, onLaterPages=myLaterPages)
只需更改myLaterPages定义即可有条件地打印页码.
标签:reportlab,pdf,page-numbering,python 来源: https://codeday.me/bug/20191208/2093653.html