【摘要】 pypdf2 安装pip install pypdf2 1 代码实例from PyPDF2 import PdfFileReader filename = "test.pdf" reader = PdfFileReader(filename) ...
確定! 回上一頁