pythonpypdf2. 我试着在Google Colab中用 pypdf 打开一个pdf文件. import PyPDF2 as pdf2 with open("sample.pdf", "r+") as f: pdf = pdf2.PdfFileReader(f)
確定! 回上一頁