Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.07 KB

PDF Merge and Edit

Python script to merge and edit sensitive PDF files you don't want to upload to random sites you find on Google

Features:

  • Merge PDFs by adding one to another
  • Update a single page in a PDF (good for adding a signed page to a form)
  • Insert a page into an existing PDF
  • Delete a page

How to run

Windows

Run the executable file (PDF Merge and Edit.exe)

Using python on Windows/macOS/Linux

Needs PyPDF2 module installed on machine to work

If you have Python installed correctly with the correct environment variables install PyPDF2 by typing this into your command line:

pip install PyPDF2

How to use

  1. Run the script or .pyw file

main window

  1. Click on one of the buttons and a new window will pop up depending on the function

merger

updater

inserter

deleter

  1. Pick your files and enter in the data

  2. If there are no problems, a confirmation will pop up

confirm