Python reported an error

              try:
                 pdf = PyPDF2.PdfFileReader(open(file, "rb"))
              except Exception as e:
                  print(e)

EOF marker not found

Feb.10,2022
Menu