Skip to content

Commit c0da84d

Browse files
authored
Create README.md
1 parent 929022b commit c0da84d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

GUIScripts/PDF Utility Tool/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# PDF Utility Tool
2+
3+
## Aim
4+
5+
Work with PDFs offline and make changes to the pdfs in a GUI.
6+
7+
## Purpose
8+
9+
This tool makes it easy to perform the following operations:
10+
11+
- PDF Splitting
12+
- Merge two PDFs
13+
- Encrypt a PDF
14+
- Add Watermark
15+
- Rotate PDF
16+
17+
## Short description of package/script
18+
19+
- This PDF tool utilizes `PyPDF` module to work with PDF
20+
- The GUI is made with the `tkinter`.
21+
22+
## Setup instructions
23+
24+
To install the dependencies
25+
`pip install PyPDF2`
26+
27+
To run the script
28+
`python main.py`
29+
30+
- A GUI will open up, select the option and follow the instruction
31+
- The Output PDF will be generated in the current working directory.
32+
33+
## Output
34+
35+
![](./Images/screen1.png)
36+
<br/>
37+
![](./Images/screen2.png)
38+
<br/>
39+
![](./Images/screen3.png)
40+
41+
## Author(s)
42+
43+
[Vivek](https://github.com/vivekthedev)

0 commit comments

Comments
 (0)