Python-based command-line tool to extract pages from a PDF.
To install, just clone this Git repository and install it with pip.
git clone https://github.com/yourusername/your-repo.git pdfextract
cd pdfextract
pip install .Once installed, pdfextract can be used as a usual command-line tool.
pdfextract input_file.pdf 1,2,3,5 -o output_file.pdfThe help flag can be used for instructions on all the different ways to use the tool.
pdfextract --help-
Fork the repository.
-
Create a new branch for your feature or bugfix:
git checkout -b feature-name
-
Commit your changes:
git commit -m "Add feature name" -
Push your branch:
git push origin feature-name
-
Open a pull request.
This project is licensed under the MIT License.
Daniel Di Giovanni • dannyjdigio@gmail.com