BSD-3-Clause licensed by Yuras Shumovich
Maintained by Yuras Shumovich
This version can be pinned in stack with:pdf-toolbox-document-0.1.4@sha256:6016daf47765f4a06b23a90e59741f34f7c2c8561091a9db3caa922339037108,2405

Mid level tools for processing PDF files.

Level of abstraction: document, catalog, page

Changes

0.1.4

  • support ghc-9.10

0.1.3.1

  • add missing file in test suite

0.1.3

  • support ghc from 8.6 to 9.6 and drop older versions
  • fix handling of indirect objects in Font Descriptor (#76)

0.1.2

  • add missing file in test suite (#71)
  • reexport Info from Pdf.Document.Info (#73)

0.1.1

  • rework API
  • support ghc from 8.0 to 8.10 and drop older versions
  • lots of improvements to text extraction
  • interpret unknown xref stream entry type as reference to null object
  • support crypto handler version 4 (V2 and AESV2)

0.0.4.0

  • extracting text: try to insert spaces and newlines
  • fix attoparsec module deprication warnings
  • fix AMP warnings