text_list = [] with open(file, "rb") as fp: # Create a PDF object pdf = PyPDF2.PdfReader(fp) # Get the number of pages in the PDF document ...
確定! 回上一頁