image-pdf-tools

Convert an image to pdf tools.


License
BSD-3-Clause
Install
pip install image-pdf-tools==0.3

Documentation

image pdf tools

Image to pdf and pdf merged python tools

Setup local

pip install image-pdf-tools

How to use

from image_pdf_tools import image_to_pdf, pdf_merge

image_to_pdf('image_path_file.png', 'folder_to_save_image')

pdf_merge(
    	['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