Hufflepdf/src/PDF
2020-02-04 17:05:15 +01:00
..
Body.hs Generalize the Parser type into a MonadParser class to use with MonadTrans and remove redundant code already defined in Applicative or Attoparsec 2019-10-14 10:17:15 +02:00
CMap.hs Clean ByteString types to identify when a ByteString contains the representation of an integer in a given base and fix the last remaining PDF string (un)escaping issue 2019-10-14 10:17:15 +02:00
EOL.hs Completely lost, the same old Char8 / Word8 again, implemented all the text reading, still needing a couple details to parse CMaps 2019-10-14 10:17:15 +02:00
Object.hs Merge branch 'main' into extract-text 2019-11-27 18:05:47 +01:00
Output.hs Simplify XRef structure, clarify integer types and remove nextLine 2019-09-20 22:39:14 +02:00
Pages.hs Forgot some useless parentheses when playing with operator precedences 2020-02-04 17:05:15 +01:00
Parser.hs Clean ByteString types to identify when a ByteString contains the representation of an integer in a given base and fix the last remaining PDF string (un)escaping issue 2019-10-14 10:17:15 +02:00
Text.hs Going a step further in «optimization» (slowing it even more…) by replacing choice by a search in a Map 2019-11-30 21:46:22 +01:00
Update.hs Implement PDF's multilayer updates and use it in getObj to display only the current version of the object taken into account instead of the concatenation of all its versions 2019-09-22 01:40:39 +02:00