GithubHelp home page GithubHelp logo

svn2github / icepdf Goto Github PK

View Code? Open in Web Editor NEW
13.0 4.0 15.0 14.1 MB

This is a clone of an SVN repository at http://anonsvn.icesoft.org/repo/icepdf/trunk/icepdf. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github

HTML 0.04% Java 99.96%

icepdf's Introduction

<html>
<head>
    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
    <title>ICEsoft's ICEpdf Library for Java @version@</title>
</head>
<body>
<h2>ICEsoft's 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="http://www.icesoft.org/wiki/display/PDF/Introduction+to+ICEpdf">
    http://www.icesoft.org/wiki/display/PDF/</a>
<ul>
    <li><a href="http://www.icesoft.org/wiki/display/PDF/ICEpdf+Release+Notes">Release Notes</a></li>
    <li><a href="http://www.icesoft.org/wiki/display/PDF/API+Documentation">JavaDoc</a></li>
    <li><a href="http://www.icesoft.org/wiki/display/PDF/ICEpdf+Developer%27s+Guide">Developer's Guide</a></li>
    <li><a href="http://www.icesoft.org/wiki/display/PDF/Examples">Examples</a></li>
    <li><a href="http://www.icesoft.org/java/support/index.jsf">Support</a></li>
    <li><a href="http://jira.icesoft.org/browse/PDF/">Issue Tracker</a></li>
    <li><a href="http://www.icesoft.org/JForum/forums/show/28.page">Community Forum</a></li>

</ul>
</p>

<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>
    of the distributed bundle.</p>

<h3>Source Code and Binary Access</h3>
<p>The ICEpdf source code is available in its entirety from the public SVN repo
    <a href="http://anonsvn.icesoft.org/repo/icepdf">http://anonsvn.icesoft.org/repo/icepd</a>. Users wishing to
    contribute to the project can contact <a href="mailto:[email protected]">[email protected]</a>
    and should fill out a <a href="http://www.icesoft.org/java/community/contribute.jsf">contributors agreement</a>.</p>
<p>ICEpdf distribution bundles can be downloaded from <a
        href="http://www.icesoft.org/java/downloads/icepdf-downloads.jsf">
    http://www.icesoft.org/java/downloads/icepdf-downloads.jsf</a>.</p>
<p>ICEpdf distribution are uploaded the Maven central repository on a regular basis, summary information can be found
    <a href="https://mvnrepository.com/artifact/org.icepdf.os">here</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 out using a SVN
    client from <a href="http://anonsvn.icesoft.org/repo/icepdf">http://anonsvn.icesoft.org/repo/icepd</a>. Once
    downloaded the project can be build using Gradle or Maven. </p>

<h4>Maven Usages</h4>
<p>For information on how to build the ICEpdf library from source using Maven please see
    <a href="http://www.icesoft.org/wiki/display/PDF/Maven+Build">http://www.icesoft.org/wiki/display/PDF/Maven+Build</a>.
</p>
<p>For information on how to add these libraries to your Maven project please see
    <a href="http://www.icesoft.org/wiki/display/PDF/Maven+Dependencies">http://www.icesoft.org/wiki/display/PDF/Maven+Dependencies</a>.
</p>

<h4>Gradle Usage</h4>
<p>For information on how to build the ICEpdf library from source using Gradel please see
    <a href="http://www.icesoft.org/wiki/display/PDF/Gradle+Build">http://www.icesoft.org/wiki/display/PDF/Gradle+Build</a>.
</p>
<p>For information on how to add these libraries to your Gradle project please see
    <a href="http://www.icesoft.org/wiki/display/PDF/Maven+Dependencies">http://www.icesoft.org/wiki/display/PDF/Maven+Dependencies</a>.
</p>

<h3>Support</h3>

<p>Please direct all inquiries regarding ICEpdf to the ICEpdf
    <a href="mailto:[email protected]">[email protected]</a>.</p>
</body>
</html>

icepdf's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

icepdf's Issues

SignatureHandler引起RSA publickey 解密乱码

您好,

   我在使用icepdf解析pdf文件的时候,发现SignatureHandler里面有行代码Security.insertProviderAt((Provider) provider, 2);

这行代码会导致项目中使用Cipher RSA公钥解密的时候出现乱码。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.