File tree 1 file changed +43
-0
lines changed
GUIScripts/PDF Utility Tool 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments