A Haskell library to parse PDF files.
Go to file
Tissevert 923d1800b0 Gain a bit of speed by using native Attoparsec for number types instead of reimplementing them with ByteString conversion and call to read 2020-02-14 18:02:40 +01:00
examples Merge branch 'main' into extract-text 2020-02-12 17:34:56 +01:00
src Gain a bit of speed by using native Attoparsec for number types instead of reimplementing them with ByteString conversion and call to read 2020-02-14 18:02:40 +01:00
test Add unit tests to make sure I'm not breaking things too much 2020-02-14 17:58:03 +01:00
.gitignore Prototype successfully parsing (only last) startxref 2019-05-13 08:05:28 +02:00
ChangeLog.md Fix a bug preventing Hufflepdf from reading objects with a ' ' after the `obj` keyword 2019-11-27 18:01:19 +01:00
Hufflepdf.cabal Add unit tests to make sure I'm not breaking things too much 2020-02-14 17:58:03 +01:00
LICENSE Prototype successfully parsing (only last) startxref 2019-05-13 08:05:28 +02:00
Setup.hs Prototype successfully parsing (only last) startxref 2019-05-13 08:05:28 +02:00