Skip to content

Gloucestershire Old Spots

Compare
Choose a tag to compare
@EliotJones EliotJones released this 13 Dec 03:16
· 273 commits to master since this release

Changes since 0.1.6:

  • Add page.SetRotation for PdfPageBuilder
  • Add SkipMissingFonts to parsing options to ignore content where the font is not present or corrupt. Can result in content being missed during extraction but will enable partial extraction of retrievable content on page for corrupted files.
  • Multiple bug fixes thanks to @fnatzke
  • Fix to page number order bug on extraction thanks to @grinay
  • Various shape drawing utilities on PdfPageBuilder thanks to @Jonowa
  • Fix to issue in GrahamScan thanks to @BobLd
  • Remove stray Debugger.Break from the encryption handler
  • Various other bug fixes