Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekthedev authored Jan 26, 2022
1 parent 929022b commit c0da84d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions GUIScripts/PDF Utility Tool/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# PDF Utility Tool

## Aim

Work with PDFs offline and make changes to the pdfs in a GUI.

## Purpose

This tool makes it easy to perform the following operations:

- PDF Splitting
- Merge two PDFs
- Encrypt a PDF
- Add Watermark
- Rotate PDF

## Short description of package/script

- This PDF tool utilizes `PyPDF` module to work with PDF
- The GUI is made with the `tkinter`.

## Setup instructions

To install the dependencies
`pip install PyPDF2`

To run the script
`python main.py`

- A GUI will open up, select the option and follow the instruction
- The Output PDF will be generated in the current working directory.

## Output

![](./Images/screen1.png)
<br/>
![](./Images/screen2.png)
<br/>
![](./Images/screen3.png)

## Author(s)

[Vivek](https://github.com/vivekthedev)

0 comments on commit c0da84d

Please sign in to comment.