zl程序教程

您现在的位置是:首页 >  其他

当前栏目

关于合并pdf文件出现的问题

文件PDF 关于 出现 合并 问题
2023-09-11 14:21:24 时间

 

输出端出现以下问题:

PdfReadWarning: Xref table not zero-indexed. ID numbers for objects will be

 

解决方案:

import sys

if not sys.warnoptions:
    import warnings
    warnings.simplefilter("ignore")