Version 0.8.0
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 propertyImageResolver.DataUri
.Image.ToDataUri
renamed toImage.ToDataUrl
FontResolver.ResolveFont
now takes aSourceFont
instance as parameter instead of a string.