from PyPDF2 import PdfFileReader as pfr with open('Example.pdf', 'rb') as file: pdfReader = pfr(file) page = pdfReader.
確定! 回上一頁