Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@dmester dmester released this 09 Oct 12:46
· 182 commits to master since this release
219b1b6

New features:

  • Support for extracting most types of fonts.
  • Improved text decoding.
  • Interactive mode added to CLI tool.

Bug fixes:

  • Images using the average predictor were not properly decoded.
  • Encrypted PDFs using object streams could not be opened.
  • Char spacing was incorrectly calculated.
  • Text spans were sometimes incorrectly positioned when the PDF used negative X coordinate offsets.

Breaking changes:

  • DataUriImageResolver class now replaced with property ImageResolver.DataUri.
  • Image.ToDataUri renamed to Image.ToDataUrl
  • FontResolver.ResolveFont now takes a SourceFont instance as parameter instead of a string.