File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ ![ Star Badge] ( https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99 )
2
+ ![ Open Source Love] ( https://badges.frapsoft.com/os/v1/open-source.svg?v=103 )
3
+
1
4
# Demerging_pdfs
5
+
6
+ ## 🛠️ Description
7
+
2
8
Python program to convert a large pdf file to number of different sized pdf files without any change in the large file.
3
9
4
- # Required Libraries
5
- PyPDF2, it can be installed by typing " pip3 install PyPDF2" on your command line
10
+ ## ⚙️ Languages or Frameworks Used
11
+ PyPDF2, it can be installed by typing ` pip3 install PyPDF2 ` on your command line
6
12
7
- # Author Name
8
- Darpan-Balar
13
+ ## 🌟 How to run
14
+ Running the script is really simple! Just open a terminal in the folder where this script is located and run the following command:
15
+ ``` sh
16
+ python demerging_pdf.py
17
+ ```
18
+ <img width =" 599 " alt =" Screenshot 2021-12-18 at 6 52 30 PM " src =" https://user-images.githubusercontent.com/95535468/147670937-b6832970-8ed1-4180-a13a-264a55db0dd7.png " >
9
19
20
+ ## 🤖 Author
21
+ [ Darpan Balar]
10
22
11
- # Screenshot
12
23
13
24
14
25
15
- <img width =" 599 " alt =" Screenshot 2021-12-18 at 6 52 30 PM " src =" https://user-images.githubusercontent.com/95535468/147670937-b6832970-8ed1-4180-a13a-264a55db0dd7.png " >
You can’t perform that action at this time.
0 commit comments