Metadata-Version: 2.1
Name: image-pdf-tools
Version: 0.3
Summary: Convert an image to pdf tools.
Home-page: https://github.com/hadpro24/image-pdf-tools
Author: Harouna Diallo
Author-email: dev.harouna@gmail.com
License: BSD-3-Clause
Description: # image pdf tools
        Image to pdf and pdf merged python tools
        
        # Setup local
        ```sh
        pip install image-pdf-tools
        ```
        
        # How to use
        ```sh
        from image_pdf_tools import image_to_pdf, pdf_merge
        
        image_to_pdf('image_path_file.png', 'folder_to_save_image')
        
        image_to_pdf(
            	['pdf_path_file1.pdf', 'pdf_path_file2.pdf'], 
            		
            		'folder_to_save_image')
        
        ```
        
        # Features
        
        1. Converter image to pdf
        2. Merger many pdf file to one
        
        # Credit
        Harouna Diallo
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
