I am trying to open a PDF file using PyPDF4. import PyPDF4 text = "" pdf_file = open(filename,mode='rb') pdfReader = PyPDF4.
確定! 回上一頁