Mat3edsh is simply a command line interface script in Python to strip the duplicated pages of a PDF document.
Powered by PyPDF2 library.
You should have Python on your machine or you can follow this guide to walk you through how to download and install it.
Just clone this repo locally and that's it:
git clone https://github.com/Sheko100/mat3edsh.git
(PyPDF2 library included in the repo)
./mat3edsh.py <pdf_file_name>
for example:
./mat3edsh.py "Crime and Punishment.pdf"
Still not tested...
Still not tested...
- Fork this repo
- Clone your version locally
- Create a new branch
- Do the magic on the new branch
- Push your updates of your new branch
- Create a pull request
You can check out it this guide for the full picture.
Create an issue if there is a feature idea on your mind or if anything could be better.
Try to follow this rules while you are writing commit messages and you can use this template as well
To support all the features that PyPDF2 providing like cropping, merging, reducing size, transforming, encrypting, etc...
To build a suite of those features that serves one goal as a one feature, and maybe someday we manage to build a graphical user interface for it.