Hufflepdf/src/PDF
Tissevert dd6bfd90bd Using toEnum to convert from Int to Int ? Surely a left-over from some time when it was a different type 2020-02-08 08:10:32 +01:00
..
Encoding Implement MacRomanEncoding for real following their own vendor file https://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT 2020-02-07 10:59:28 +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 Migrate to Text to represent page contents and get rid of encoding concerns to early 2020-02-07 10:49:16 +01: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
Encoding.hs Implement Font retrieving for simple fonts with an /Encoding and no ToUnicode 2020-02-05 22:15:18 +01:00
Font.hs Migrate to Text to represent page contents and get rid of encoding concerns to early 2020-02-07 10:49:16 +01:00
Object.hs Merge branch 'main' into extract-text 2019-11-27 18:05:47 +01:00
Output.hs Using toEnum to convert from Int to Int ? Surely a left-over from some time when it was a different type 2020-02-08 08:10:32 +01:00
Pages.hs Why did I implement this overly complicated lift by hand again ? 2020-02-07 13:08:10 +01:00
Parser.hs Expose the endOfLine parser through MonadParser to allow enforcing reaching the end of input in page parser 2020-02-06 16:53:06 +01:00
Text.hs Migrate to Text to represent page contents and get rid of encoding concerns to early 2020-02-07 10:49:16 +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