Metadata-Version: 2.1
Name: PDFknife
Version: 0.2.1
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: # PDFknife
        
        Collection of python scripts to manipulate PDFs. It relies on:
        
        * pdfjam
        * pdftk
        * pdfunite (poppler)
        * ghostscript
        
        
        # Install
        
        
        The project is available on pypi: https://pypi.org/project/PDFknife/
        
            pip install PDFknife
        
        
        # Tools
        
        * pdfA5.py -- Turn a PDF in A5 format
        * pdfmerge.py -- Merge PDFs
        * pdfrecto.py -- Add blank page between each original page
        * pdfreverse.py -- Reverse page order
        * pdfshrink.py -- Compress a PDF
        * pdfsplit.py -- Make one page per file
        * pdftrim.py -- Change the margins
        
        # License
        
        BSD3, See LICENCE file.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
