Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfextract

Python-based command-line tool to extract pages from a PDF.

Installation

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 .

Usage

Once installed, pdfextract can be used as a usual command-line tool.

pdfextract input_file.pdf 1,2,3,5 -o output_file.pdf

The help flag can be used for instructions on all the different ways to use the tool.

pdfextract --help

Contributing

  1. Fork the repository.

  2. Create a new branch for your feature or bugfix:

    git checkout -b feature-name
  3. Commit your changes:

    git commit -m "Add feature name"
  4. Push your branch:

    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.

Contact

Daniel Di Giovanni • dannyjdigio@gmail.com

About

Python command-line tool to extract pages from a PDF.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages