ibmix-berlin / PDFrenderer

Java library for rendering PDF documents to the screen using Java2D
0 stars 2 forks source link

Pdf-renderer improvement branch

This is a fork of pdf-renderer (covered by the LGPL-2.1 license) for improvement purposes.

The principal objective of the fork is to improve the original PDF renderer. The original version is able to handle most of the PDF 1.4 features, but has several bugs and missing functionality.

It uses an improved version of JPedal's JBig2 decoder API.

To do:

Done:

Eclipse

In order to get the codebase compilable it's necessary to add the directory 'src/main/libs' as a class folder. Unfortunately class files in resource directories will not be passed to the classpath (misbehaviour in m2e).