| <!-- |
| ! Licensed to the Apache Software Foundation (ASF) under one or more |
| ! contributor license agreements. See the NOTICE file distributed with |
| ! this work for additional information regarding copyright ownership. |
| ! The ASF licenses this file to You under the Apache License, Version 2.0 |
| ! (the "License"); you may not use this file except in compliance with |
| ! the License. You may obtain a copy of the License at |
| ! |
| ! http://www.apache.org/licenses/LICENSE-2.0 |
| ! |
| ! Unless required by applicable law or agreed to in writing, software |
| ! distributed under the License is distributed on an "AS IS" BASIS, |
| ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ! See the License for the specific language governing permissions and |
| ! limitations under the License. |
| !--> |
| <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd"> |
| <document> |
| <header> |
| <title>Download</title> |
| </header> |
| <body> |
| <section> |
| <title>Download</title> |
| <p> |
| There are several ways you can obtain the PDFBox binaries or sources: |
| </p> |
| <ul> |
| <li><a href="#distribution">Download a distribution</a></li> |
| <!-- |
| <li><a href="#snapshot">Download a snapshot</a></li> |
| --> |
| <li><a href="#subversion">Get the source from the Subversion repository</a></li> |
| <li><a href="#old-releases">Download old releases</a></li> |
| </ul> |
| <p> |
| See also the <a href="#export">export control</a> information |
| related to the encryption features included in Apache PDFBox. |
| </p> |
| </section> |
| <section id="distribution"> |
| <title>Download a distribution</title> |
| <p> |
| Apache PDFBox is undergoing incubation at the Apache Software Foundation and has since |
| not published a new release. We're trying to fix that as soon as possible. |
| </p> |
| </section> |
| <!-- TODO Enable me when available |
| <section id="snapshot"> |
| <title>Download a snapshot</title> |
| <p> |
| Apache PDFBox is undergoing incubation at the Apache Software Foundation and has since |
| not published a new release. We're trying to fix that as soon as possible. |
| </p> |
| </section> --> |
| <section id="subversion"> |
| <title>Subversion Repository</title> |
| <p> |
| To fetch the latest source code from the trunk in the Subversion repository, |
| just run the following command: |
| </p> |
| <source>svn checkout http://svn.apache.org/repos/asf/incubator/pdfbox/trunk/</source> |
| <table> |
| <tr> |
| <td>Main Repository (US)</td> |
| <td><a href="http://svn.apache.org/repos/asf/incubator/pdfbox/trunk/">http://svn.apache.org/repos/asf/incubator/pdfbox/trunk/</a></td> |
| </tr> |
| <tr> |
| <td>Mirror (EU)</td> |
| <td><a href="http://svn.eu.apache.org/repos/asf/incubator/pdfbox/trunk/">http://svn.eu.apache.org/repos/asf/incubator/pdfbox/trunk/</a></td> |
| </tr> |
| </table> |
| |
| <p> |
| You can also browse the Subversion repository using ViewVC: |
| </p> |
| <table> |
| <tr> |
| <td>Main Repository (US)</td> |
| <td><a href="http://svn.apache.org/viewvc/incubator/pdfbox/">http://svn.apache.org/viewvc/incubator/pdfbox/</a></td> |
| </tr> |
| <tr> |
| <td>Mirror (EU)</td> |
| <td><a href="http://svn.eu.apache.org/viewvc/incubator/pdfbox/">http://svn.eu.apache.org/viewvc/incubator/pdfbox/</a></td> |
| </tr> |
| </table> |
| </section> |
| <section id="old-releases"> |
| <title>Download old releases</title> |
| <p> |
| The old releases (up to version 0.7.3) published from |
| <a href="http://www.sourceforge.net">SourceForge</a> are |
| still available. They can be downloaded from this location: |
| </p> |
| <p> |
| <a href="http://sourceforge.net/project/showfiles.php?group_id=78314">http://sourceforge.net/project/showfiles.php?group_id=78314</a> |
| </p> |
| </section> |
| <section id="export"> |
| <title>Export control</title> |
| <p> |
| This distribution includes cryptographic software. The country in |
| which you currently reside may have restrictions on the import, |
| possession, use, and/or re-export to another country, of encryption |
| software. BEFORE using any encryption software, please check your |
| country's laws, regulations and policies concerning the import, |
| possession, or use, and re-export of encryption software, to see |
| if this is permitted. See |
| <<a href="http://www.wassenaar.org/">http://www.wassenaar.org/</a>> |
| for more information. |
| </p> |
| <p> |
| The U.S. Government Department of Commerce, Bureau of Industry and |
| Security (BIS), has classified this software as Export Commodity |
| Control Number (ECCN) 5D002.C.1, which includes information |
| security software using or performing cryptographic functions with |
| asymmetric algorithms. The form and manner of this Apache Software |
| Foundation distribution makes it eligible for export under the |
| License Exception ENC Technology Software Unrestricted (TSU) |
| exception (see the BIS Export Administration Regulations, Section |
| 740.13) for both object code and source code. |
| </p> |
| <p> |
| The following provides more details on the included cryptographic |
| software: |
| </p> |
| <blockquote> |
| Apache PDFBox uses the Java Cryptography Architecture (JCA) and the |
| Bouncy Castle libraries for handling encryption in PDF documents. |
| </blockquote> |
| </section> |
| </body> |
| </document> |