Hufflepdf/examples
2020-03-19 10:27:29 +01:00
..
equivalent.hs Add to example programs to show how the lib can be used 2019-09-20 22:42:17 +02:00
getContent.hs Move Content out of Object module into a separate one incorporating PDF.Update (which is actually an operation that is defined only on that structure), and rename it Layer to avoid confusion with Content streams as defined in the specs (which have their own PDF.Content module already) 2020-02-17 15:29:59 +01:00
getObj.hs Generalize Ids out of Content to handle Object Ids too 2020-03-19 10:27:21 +01:00
getText.hs Replace 'cacheFonts' by more versatile 'withFonts' inspired by 'withResources' that avoid having to declare an inline function to capture the 'layer' argument and pass it twice 2020-03-19 10:27:29 +01:00