Skip to content

Simple Python module for generating PDF document from JPEG files.

License

Notifications You must be signed in to change notification settings

leejeonghun/jpg2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build Status codecov PyPI version

jpg2pdf

Simple Python module for generating PDF document from JPEG files.

It can put multiple scans/photos of pages in JPEG(.jpg) into one PDF file without quality loss. Python 3.6 or higher is required, no dependencies on external libraries.

Usage

import jpg2pdf

with jpg2pdf.create('test.pdf') as pdf:
    pdf.add('1.jpg')
    pdf.add('2.jpg')
    pdf.add('3.jpg')

About

Simple Python module for generating PDF document from JPEG files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages