Fixed
IndexError
when handling invalid bfrange code map in
CMap (#731)TypeError
in lzw.py whenself.table
is not set (#732)TypeError
in encodingdb.py when name of unicode is not
str (#733)TypeError
in HTMLConverter when using a bytes fontname (#734)
Added
- Exporting images without any specific encoding (#737)
Changed
- Using charset-normalizer instead of chardet for less restrictive license (#744)