If you work with PDF files regularly then a PDF editor is an indispensable tool. Whether it’s part of your job, you manage PDF files for your own personal use, or you just need to complete a one-off ...
The first step to import the PDF directory: from pathlib import Path RedDir = input("\nEnter a directory of PDF files to redact: ") # manually entered pdf input folder location dir_path = Path(RedDir) ...