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

 

输出端出现以下问题:

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

 

解决方案:

import sys

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

 

posted @ 2019-05-23 17:06  hank-li  阅读(1649)  评论(0编辑  收藏  举报