pdf-toolbox-core-0.1.1: A collection of tools for processing PDF files.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pdf.Core.Parsers.Util

Description

Utils

Synopsis

Documentation

endOfLine :: Parser () Source #

In pdf file EOL could be "\n", "\r" or "\n\r"

Also space (0x20) is usually ok before EOL