Metadata-Version: 2.1
Name: PDFknife
Version: 0.2.5
Summary: Command line tools to manipulate PDF files
Home-page: https://github.com/sciunto-org/PDFknife
Author: Francois Boulogne
Author-email: devel@sciunto.org
License: BSD
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypdf>=4.2.0
Requires-Dist: setuptools

# PDFknife

A Swiss Army Knife sort of python scripts collection to manipulate PDFs. It relies on:

* pdfjam
* pdftk
* pdfunite (poppler)
* ghostscript
* mupdf-tools


# Install


The project is available on pypi: https://pypi.org/project/PDFknife/

    pip install PDFknife


# Tools

* pdfknife-A5.py -- Turn a PDF in A5 format
* pdfknife-even.py -- Add blank page to odd pages PDF
* pdfknife-extract -- Extract images from PDF
* pdfknife-merge.py -- Merge PDFs
* pdfknife-recto.py -- Add blank page between each original page
* pdfknife-reverse.py -- Reverse page order
* pdfknife-shrink.py -- Compress a PDF
* pdfknife-split.py -- Make one page per file
* pdfknife-trim.py -- Change the margins

# License

BSD3, See LICENCE file.
