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

时间:2022-07-25
本文章向大家介绍关于合并pdf文件出现的问题,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

输出端出现以下问题:

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

解决方案:

import sys

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