Reading a PDF Document ; 1, import PyPDF2 ; 2 ; 3, with open('beauty-and-the-beast.pdf', 'rb') as book: ; 4, book_reader = PyPDF2.PdfReader(book) ...
確定! 回上一頁