-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathreadme.html
63 lines (55 loc) · 3.41 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>ICEpdf Library for Java @version@</title>
</head>
<body>
<h2>ICEpdf Library for Java @version@</h2>
<h3>Overview</h3>
<p>
This bundle contains software source-code and executables for ICEpdf @version@ API. High-level overview of the
library can be found at <a href="https://github.com/pcorless/icepdf/wiki/Introduction-to-ICEpdf">
https://github.com/pcorless/icepdf/wiki/display/PDF/</a>
</p>
<ul>
<li><a href="https://github.com/pcorless/icepdf/wiki/Release-Notes">Release Notes</a></li>
<li><a href="https://github.com/pcorless/icepdf/wiki/API-Documentation">JavaDoc</a></li>
<li><a href="https://github.com/pcorless/icepdf/wiki">Wiki</a></li>
<li><a href="https://github.com/pcorless/icepdf/wiki/Examples">Examples</a></li>
<li><a href="https://github.com/pcorless/icepdf/issuesn">Issue Tracker</a></li>
</ul>
<h3>Dependencies and Licenses</h3>
<p>The license can be found <a href='./licenses/ApacheLICENSE-2.0.txt'>here</a> and all other supporting library
licenses are located in the <a href="./licenses">licences</a> folder.</p>
<p>Dependent jars can be found in the <a href="./libs">libs</a> folder and the corresponding source jars can be found
in the <a href='libs-sources'>libs-sources</a> folder of the distributed bundle.</p>
<p>The dependency structure for the project libraries can be found <a href="./dependencies/dependencies.txt">here</a>
for the distributed bundle.</p>
<h3>Source Code and Binary Access</h3>
<p>The ICEpdf source code is available in its entirety from github
<a href="https://github.com/pcorless/icepdf">https://github.com/pcorless/icepdf</a>.</p>
<h3>Building the ICEpdf library from source</h3>
<p>The ICEpdf distribution bundle contains <a href='libs-sources'>libs-sources</a> folder that contains the source for
the core and viewer modules. This was intended for incorporation with a developers IDE and was not designed for
building the library from source.</p>
<p>Building the ICEpdf library from source first requires that the libraries source is checked from github
<a href="https://github.com/pcorless/icepdf">https://github.com/pcorless/icepdf</a>. Once
downloaded the project can be build using Gradle or Maven. Similarly, the examples can only be build from
the svn checkout. Code references for examples can also be found on the
<a href="https://github.com/pcorless/icepdf/wiki/Examples">wiki</a>.</p>
<h4>Maven Usages</h4>
<p>For information on how to build the ICEpdf library from source using Maven please see
<a href="https://github.com/pcorless/icepdf/wiki/Maven-Build">https://github.com/pcorless/icepdf/wiki/Maven-Build</a>.
</p>
<p>For information on how to add these libraries to your Maven project please see
<a href="https://github.com/pcorless/icepdf/wiki/Maven-Dependencies">https://github.com/pcorless/icepdf/wiki/Maven-Dependencies</a>.
</p>
<h4>Gradle Usage</h4>
<p>For information on how to build the ICEpdf library from source using Gradle please see
<a href="https://github.com/pcorless/icepdf/wiki/Gradle-Build">https://github.com/pcorless/icepdf/wiki/Gradle-Build</a>.
</p>
<p>For information on how to add these libraries to your Gradle project please see
<a href="https://github.com/pcorless/icepdf/wiki/Maven-Dependencies">https://github.com/pcorless/icepdf/wiki/display/PDF/Maven-Dependencies</a>.
</p>
</body>
</html>