Kevin Flores

Results 2 issues of Kevin Flores

updating vs code logo as per #1585

## Explanation Make PdfReader more pythonic by using the 'with' 'as' context. ## Code Example ``` from PyPDF2 import PdfReader total_text = "" pdf_file_path = "example/path" # Replace with your...

PdfReader