pdf-toolbox-core

Version 0.1.3 revision 0 uploaded by YurasShumovich.

Package meta

Synopsis
A collection of tools for processing PDF files.
Description

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.

Author
Yuras Shumovich
Bug reports
n/a
Category
PDF
Copyright
Copyright (c) Yuras Shumovich 2012-2016
Homepage
https://github.com/Yuras/pdf-toolbox
Maintainer
Yuras Shumovich <shumovichy@gmail.com>
Package URL
n/a
Stability
n/a

Components