ICEpdf Bundle ContentsICEpdf comes in two different flavours: ICEpdf Open Source (OS) and ICEpdf Professional (Pro). ICEpdf OS is licensed under Apache 2.0 and ICEpdf Pro is licensed under [ ICEpdf Pro Licensing Terms and Conditions | http://www.icesoft.org/java/license/icepdf-terms-conditions-v3.1.jsf]. Downloading of the two variants is summaries below: ICEpdf OSICEpdf OS library can be downloaded from ICEsoft public SVN server http://anonsvn.icesoft.org/repo/icepdf/trunk/ and built from source using the provided Maven or Gradle build scripts. Build instructions can be found at http://www.icesoft.org/wiki/display/PDF/Building+From+Source. ICEpdf OS library UP TO VERSION 6.3.0 ONLY is available from the maven central repository. Maven Dependencies
<dependency>
<groupId>org.icepdf.os</groupId>
<artifactId>icepdf-core</artifactId>
<version>6.3.0</version>
</dependency>
// or
<dependency>
<groupId>org.icepdf.os</groupId>
<artifactId>icepdf-viewer</artifactId>
<version>6.3.0</version>
</dependency>
Gradle Dependencies
compile group: 'org.icepdf.os', name: 'icepdf-core', version: '6.3.0'
// or
compile group: 'org.icepdf.os', name: 'icepdf-viewer', version: '6.3.0'
ICEpdf PROICEPdf Pro production bundles can be downloaded from http://www.icesoft.org/java/downloads/icepdf-downloads.jsf for supported customers. A trial version is also available for customers wishing to evaluate the product. Bundle Layout
Jar Description
Maven SupportThe commercial nature of the ICEpdf PRO jars prevents us from publishing the library to the Maven central repository. The maven2 folder contains pom.xml for each of the Jar files contained in the bundle which can be used to publish the jars to a local or private repository. ExamplesExamples for both ICEpdf Pro and ICEpdf OS can be viewed or download from http://anonsvn.icesoft.org/repo/icepdf/trunk/icepdf/examples/. Information on example usage cases can be found at http://www.icesoft.org/wiki/display/PDF/Examples. |
Download Bundle Contents
© Copyright 2017 ICEsoft Technologies Canada Corp.