This package makes it possible to render PDF pages as ZVTM glyphs. It is based on ICEpdf.
Getting ZVTM-PDF
Releases
File releases are available from SF.net project's file release system.
SVN
svn co https://zvtm.svn.sourceforge.net/svnroot/zvtm/zvtm-pdf/trunk zvtm-pdf
Maven
ZVTM-PDF relies on ICEpdf for PDF rendering. ICEpdf is currently not available through Maven and has to be installed in your local repository manually. See zvtm-pdf's POM file for further instructions.
<dependency>
<groupId>fr.inria.zvtm</groupId>
<artifactId>zvtm-pdf</artifactId>
<version>0.2.0</version> <!-- update to a suitable version, not necessarily with -SNAPSHOT -->
</dependency>