Skip to content

MatthewDaws/PDFImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

PDFImage

A simple, pure python library, for reading the raw contents of PDF files and writing PDF files composed of images, e.g. from scanned images.

  • Native support for PNG compressed images.
  • With the help of an external compressor support for JBIG2 compressed images (excellent compression of black and white text, for example).

Requirements

Pure python, with:

Install

Build from source:

python setup.py install

or directly from GitHub:

pip install https://github.com/MatthewDaws/PDFImage/zipball/master

Usage

See the Jupyter notebooks for some examples.

About

Create PDF files of images in pure python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors