pdf-toolbox-content

A collection of tools for processing PDF files

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

Version on this page:0.0.5.1
LTS Haskell 22.13:0.1.1
Stackage Nightly 2023-12-26:0.1.1
Latest on Hackage:0.1.1

See all snapshots pdf-toolbox-content appears in

BSD-3-Clause licensed by Yuras Shumovich
Maintained by Yuras Shumovich
This version can be pinned in stack with:pdf-toolbox-content-0.0.5.1@sha256:24442094f5ccaf112035aa870725deba0d938e56b513b796e897ce75f8b5a04a,1703

Tools for processing PDF content streams

Changes

0.0.5.1

  • fix compilation on ghc 7.4, 7.6 and 7.8

0.0.5.0

  • add support for multiple bfrange and bfchars sections in CMap
  • support spaces inside hex numbers in CMap

0.0.4.0

  • switch to errors-2.0
  • workaround for parse error on inline image in content stream

0.0.3.3

  • support ghc-7.10.1

0.0.3.2

  • support array ranges in unicode cmap (#15)
  • support Op_apostrophe content operator (#16)

0.0.3.1

  • fix attoparsec module deprication warnings