Changelog

0.2.3 (2020-08-31)

  • Config: make Config.cfg_path public attribute

  • Document: add support for Path for loading pdf

  • pyxpdf_data: add 35 base Postscript fonts from ghostscript

Bugs Fixed

0.2.2 (2020-07-03)

0.2.1 (2020-06-12)

Bugs Fixed

  • fix all direct memory leaks

  • Config: fix Config.text_encoding setter, encodings with lowercase characters were not able to set.

  • fix weird bytes encoding problem in python debug builds

0.2.0 (2020-06-11)

  • Python 2.7 support dropped

  • 2 optional dependencies (Pillow, pyxpdf_data) introduced

New Features

Bugs Fixed

  • pdftotext: extracted text contains clipped text even when explictly discarding it.

  • Config: fix loading of external xdfrc with Config.load_file()

0.1.1 (2020-05-10)

0.1 (2020-04-20)

Initial stable release.