Skip to content

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

License

Notifications You must be signed in to change notification settings

simonwongwong/PDF_Merge_and_Edit

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages