Skip to content

Releases: Tobi208/pypdf-cli

Option to sort files by NAME or DATE when merging all files in a directory

08 May 12:26
87c0c45
Compare
Choose a tag to compare
  • Option to sort files by NAME or DATE when merging all files in a directory as per #8

migration to pypdf and reworked page selection

23 Sep 02:30
Compare
Choose a tag to compare
  • Allow merging of all files in a directory per #1
  • Migrated to pypdf as per #2
  • Combined page selection options -i -r -l into a single option -p as per #3

Initial release of pypdf-cli

14 Dec 16:42
Compare
Choose a tag to compare

First release of pypdf-cli. Requires python >= 3.6.

  • Build locally:

    • Download source
    • python -m pip -r requirements.txt
    • test with pytest
    • python -m build
  • Install from PyPi:

    • python -m pip install pypdf-cli==0.1.0