安裝PyPDF2,在命令行下執行命令: pip install PyPDF2 ... import PyPDF2 pdfFile = open('example.pdf','rb') pdfReader = PyPDF2.
確定! 回上一頁