pdf-toolbox

A collection of tools for processing PDF files. Low level tools for processing PDF files. Level of abstraction: cross reference, trailer, indirect object, object The API is based on random access input streams, and is designed to be memory efficient. We don't need to parse the entire PDF file and store it in memory when you need just one page or two. Usually it is also leads to time efficiency, but we don't try optimize performance by e.g. maintaining xref or object cache. Higher level layers should take care of it. The library is low level. It may mean that you need to be familiar with PDF file internals to actually use it.
A collection of tools for processing PDF files. Mid level tools for processing PDF files. Level of abstraction: document, catalog, page
A collection of tools for processing PDF files Tools for processing PDF content streams
Not on Stackage, so not searched. Simple pdf viewer