pdf-toolbox-document

A collection of tools for processing PDF files.

https://github.com/Yuras/pdf-toolbox

Version on this page:0.1.3.1
LTS Haskell 22.24:0.1.4
Stackage Nightly 2024-06-03:0.1.4
Latest on Hackage:0.1.4

See all snapshots pdf-toolbox-document appears in

BSD-3-Clause licensed by Yuras Shumovich
Maintained by Yuras Shumovich
This version can be pinned in stack with:pdf-toolbox-document-0.1.3.1@sha256:203dde1aaa2a80bfb38566c35328ed3b8a191653c095a33096ccd903a2fee5cb,2407

Mid level tools for processing PDF files.

Level of abstraction: document, catalog, page

Changes

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