Copyright | (c) 2011-2015 Ian-Woo Kim |
---|---|
License | BSD3 |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
- popplerGetDocFromFile :: ByteString -> IO (Maybe Document)
- getByteStringIfEmbeddedPDF :: ByteString -> Maybe ByteString
- popplerGetDocFromDataURI :: ByteString -> IO (Maybe Document)
- popplerGetPageFromDoc :: Document -> Int -> IO (Maybe Page)
- drawRuling :: Double -> Double -> ByteString -> Render ()
- drawRuling_InBBox :: BBox -> Double -> Double -> ByteString -> Render ()
- renderBkg :: (Background, Dimension) -> Render ()
- cnstrctRBkg_StateT :: Dimension -> Background -> StateT (Maybe Context) Renderer RBackground
- renderBackground_StateT :: Dimension -> Background -> StateT Context Render ()
Documentation
popplerGetDocFromFile :: ByteString -> IO (Maybe Document) Source #
popplerGetDocFromDataURI :: ByteString -> IO (Maybe Document) Source #
drawRuling :: Double -> Double -> ByteString -> Render () Source #
draw ruling all
drawRuling_InBBox :: BBox -> Double -> Double -> ByteString -> Render () Source #
draw ruling in bbox
cnstrctRBkg_StateT :: Dimension -> Background -> StateT (Maybe Context) Renderer RBackground Source #
this has some bugs. need to fix
renderBackground_StateT :: Dimension -> Background -> StateT Context Render () Source #
For simple hoodle background