python Copy from PyPDF2 import PDFFileReader temp = open('document_path.PDF', 'rb') PDF_read = PDFFileReader(temp) first_page = PDF_read.
確定! 回上一頁