Metadata-Version: 2.1
Name: pdftopng
Version: 0.1.0
Summary: A PDF to PNG conversion library. (based on pdftoppm from poppler)
Home-page: https://github.com/vinayak-mehta/pdftopng
Author: Vinayak Mehta
Author-email: vmehta94@gmail.com
License: GPL-2.0
Description: # pdftopng
        
        A PDF to PNG conversion library. (based on `pdftoppm` from `poppler`)
        
        ## Installation
        
        ```
        $ pip install pdftopng
        ```
        
        ## Usage
        
        ```
        from pdftopng import pdftopng
        
        pdftopng.convert(pdf_path="foo.pdf", png_path="foo")
        ```
        
        ## Versioning
        
        `pdftopng` uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on this repository.
        
        ## License
        
        This project is licensed under GPLv2, see the [LICENSE](https://raw.githubusercontent.com/vinayak-mehta/pdftopng/master/LICENSE) file for details.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
