Skip to content

Commit ecf5031

Browse files
Demerging pdfs documentation revisions
- Implemented standard project styling to the project's readme file
1 parent b47a4bf commit ecf5031

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Demerge_pdfs/Python.pdf

-26.9 MB
Binary file not shown.

Demerge_pdfs/README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
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+
14
# Demerging_pdfs
5+
6+
## 🛠️ Description
7+
28
Python program to convert a large pdf file to number of different sized pdf files without any change in the large file.
39

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
612

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">
919

20+
## 🤖 Author
21+
[Darpan Balar]
1022

11-
# Screenshot
1223

1324

1425

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">

0 commit comments

Comments
 (0)