Metadata-Version: 2.1
Name: pdf-splitter
Version: 0.1.0
Summary: Split a PDF file by page ranges or extract all PDF pages to multiple PDF files
Home-page: https://github.com/santoshray02/pdf_splitter
Author: Santosh Ray
Author-email: rayskumar02@gmail.com
License: MIT license
Keywords: pdf_splitter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: PyPDF2 (>=1.26.0)

============
PDF Splitter
============


.. image:: https://img.shields.io/pypi/v/pdf_splitter.svg
        :target: https://pypi.python.org/pypi/pdf_splitter

.. image:: https://img.shields.io/travis/santoshray02/pdf_splitter.svg
        :target: https://travis-ci.org/santoshray02/pdf_splitter

.. image:: https://readthedocs.org/projects/pdf-splitter/badge/?version=latest
        :target: https://pdf-splitter.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Split a PDF file by page ranges or extract all PDF pages to multiple PDF files


* Free software: MIT license
* Documentation: https://pdf-splitter.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-01-19)
------------------

* First release on PyPI.


