You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2014/09/25 12:28:08 UTC

svn commit: r923509 - in /websites/staging/pdfbox/trunk/content: ./ download.html downloads.html

Author: buildbot
Date: Thu Sep 25 10:28:08 2014
New Revision: 923509

Log:
Staging update by buildbot for pdfbox

Added:
    websites/staging/pdfbox/trunk/content/download.html
Removed:
    websites/staging/pdfbox/trunk/content/downloads.html
Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 25 10:28:08 2014
@@ -1 +1 @@
-1627500
+1627501

Added: websites/staging/pdfbox/trunk/content/download.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/download.html (added)
+++ websites/staging/pdfbox/trunk/content/download.html Thu Sep 25 10:28:08 2014
@@ -0,0 +1,289 @@
+<!DOCTYPE html>
+<html lang="en">
+    
+    <!--
+     
+     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.
+     -->
+    
+  <head>
+    <title>Apache PDFBox | Downloads</title>
+
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+    <link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/FontAwesome/css/font-awesome.css" rel="stylesheet">
+    <link href="/Iconic/iconic fill/iconic_fill.css" rel="stylesheet">
+    <link href="/css/pygments-github.css" rel="stylesheet">
+    <link href="/css/site.css" rel="stylesheet">
+        
+        
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="//code.jquery.com/jquery-latest.js"></script>
+        <script src="/bootstrap/js/bootstrap.js"></script>
+        <script>
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/index.html"><img class="logo" src="/images/logo-head.gif"></a>
+      </div>
+    </div>
+
+    <header class="main" id="overview">
+        <div class="container">
+        </div>
+    </header>
+
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache PDFBox</li>
+                    <li><a href="/downloads.cgi">
+                        <i class="icon-chevron-right"></i>
+                    Downloads</a></li>
+                    <li><a href="/dependencies.html">
+                        <i class="icon-chevron-right"></i>
+                    Dependencies</a></li>
+                    <li><a href="/references.html">
+                        <i class="icon-chevron-right"></i>
+                        References</a></li>
+                <li class="nav-header">Community</li>
+                <li><a href="/support.html">
+                    <i class="icon-chevron-right"></i>
+                    Support
+                </a></li>
+                <li><a href="/mailinglists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists
+                </a></li>
+                <li><a href="/team.html">
+                    <i class="icon-chevron-right"></i>
+                    Project Team</a></li>
+                <li  class="nav-header">Documentation</li>
+                <li><a href="/architecture.html">
+                    <i class="icon-chevron-right"></i>
+                    Architecture</a></li>
+                <li><a href="/commandline/">
+                    <i class="icon-chevron-right"></i>
+                    Command Line Tools</a></li>
+                <li class="dropdown"><a  class="dropdown-toggle" data-toggle="dropdown" href="#">
+                    <i class="icon-chevron-right"></i>
+                    PDFBox Cookbook <b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                        <li><a href="/cookbook/documentcreation.html">
+                            <i class="icon-chevron-right"></i>
+                            Document Creation</a>
+                        </li>
+                        <li><a href="/cookbook/textextraction.html">
+                            <i class="icon-chevron-right"></i>
+                            Text Extraction</a>
+                        </li>
+                        <li><a href="/cookbook/pdfavalidation.html">
+                            <i class="icon-chevron-right"></i>
+                            PDF/A Validation</a>
+                        </li>
+                        <li><a href="/cookbook/workingwithfonts.html">
+                            <i class="icon-chevron-right"></i>
+                            Working with Fonts</a>
+                        </li>
+                        <li><a href="/cookbook/workingwithmetadata.html">
+                            <i class="icon-chevron-right"></i>
+                            Working with Metadata</a>
+                        </li>
+                        <li><a href="/cookbook/workingwithattachments.html">
+                            <i class="icon-chevron-right"></i>
+                            Working with Attachments</a>
+                        </li>
+                        <li><a href="/cookbook/pdfacreation.html">
+                            <i class="icon-chevron-right"></i>
+                            Creating a PDF/A document</a>
+                        </li>
+                    </ul>
+                </li>
+                <li><a href="/apidocs/">
+                    <i class="icon-chevron-right"></i>
+                    API Docs</a></li>
+                <li  class="nav-header">For Developers</li>
+					<li><a href="/userguide/faq.html">
+                    <i class="icon-chevron-right"></i>
+                    FAQ</a></li>
+                <li><a href="/building.html">
+                    <i class="icon-chevron-right"></i>
+                    Building PDFBox</a></li>
+                <li><a href="/ideas.html">
+                    <i class="icon-chevron-right"></i>
+                    Ideas</a></li>
+                <li><a href="/codingconventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <li  class="nav-header">Apache Software Foundation</li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                </ul>
+            </div>
+            <div class="span9">
+                 <h1 id="downloads">Downloads</h1>
+<p>There are several ways you can obtain the PDFBox binaries or sources:</p>
+<ul>
+<li><a href="#recent">PDFBox 1.8.7</a></li>
+<li><a href="#scm">Get the latest source from version control</a></li>
+<li><a href="#oldreleases">Download old releases</a></li>
+<li><a href="#exportcontrol">Export control information</a></li>
+</ul>
+<p>See also the <a href="#exportcontrol">export control</a> information related to the encryption features included in Apache PDFBox.</p>
+<h2 id="mirror">Mirror</h2>
+<p>[if-any logo] <a href="[link]"></a> [end] The currently selected mirror is
+<strong>[preferred]</strong>. If you encounter a problem with this mirror, please select
+another mirror. If all mirrors are failing, there are <em>backup</em> mirrors (at
+the end of the mirrors list) that should be available.
+<form action="[location]" method="get" id="SelectMirror">Other
+mirrors:<select name="Preferred">[if-any http] [for http]<option
+value="[http]">[http]</option>[end] [end] [if-any ftp] [for ftp]<option
+value="[ftp]">[ftp]</option>[end] [end] [if-any backup] [for backup]<option
+value="[backup]">[backup] (backup)</option>[end] [end]</select><input
+type="submit" value="Change"></input></form>
+You may also consult the <a href="http://www.apache.org/mirrors/">complete list of
+mirrors</a>.</p>
+<h2 id="recent">PDFBox 1.8.7</h2>
+<p>Apache PDFBox is an open source Java library for working with PDF documents.</p>
+<ul>
+<li><a href="[preferred]/pdfbox/1.8.7/pdfbox-1.8.7-src.zip">pdfbox-1.8.7-src.zip</a> 10.3MB, source archive
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-1.8.7-src.zip.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-1.8.7-src.zip.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-1.8.7-src.zip.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/pdfbox-app-1.8.7.jar">pdfbox-app-1.8.7.jar</a> 10.6MB, pre-built PDFBox standalone binary
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-app-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-app-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-app-1.8.7.jar.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/preflight-app-1.8.7.jar">preflight-app-1.8.7.jar</a> 7.1MB, pre-built Preflight standalone binary
+    [<a href="http://www.apache.org/dist//pdfbox/1.8.7/preflight-app-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist//pdfbox/1.8.7/preflight-app-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist//pdfbox/1.8.7/preflight-app-1.8.7.jar.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/pdfbox-1.8.7.jar">pdfbox-1.8.7.jar</a> 4.1MB, pre-built binary
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/pdfbox-1.8.7.jar.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/fontbox-1.8.7.jar">fontbox-1.8.7.jar</a> 218KB, pre-built binary,
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/fontbox-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/fontbox-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/fontbox-1.8.7.jar.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/jempbox-1.8.7.jar">jempbox-1.8.7.jar</a> 51KB, pre-built binary,
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/jempbox-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/jempbox-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/jempbox-1.8.7.jar.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/preflight-1.8.7.jar">preflight-1.8.7.jar</a> 297KB, pre-built binary,
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/preflight-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/preflight-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/preflight-1.8.7.jar.sha">SHA1</a>]</li>
+<li><a href="[preferred]/pdfbox/1.8.7/xmpbox-1.8.7.jar">xmpbox-1.8.7.jar</a> 115KB, pre-built binary,
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/xmpbox-1.8.7.jar.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/xmpbox-1.8.7.jar.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/pdfbox/1.8.7/xmpbox-1.8.7.jar.sha">SHA1</a>]</li>
+</ul>
+<p>This is an incremental feature release based on the earlier 1.8.x releases.</p>
+<p>See the <a href="[preferred]/pdfbox/1.8.7/RELEASE-NOTES.txt">release notes</a> for more details.</p>
+<h2 id="verify-the-integrity-of-the-files">Verify the integrity of the files</h2>
+<p>It is essential that you verify the integrity of the downloaded files using the PGP signatures or 
+MD5 and SHA1 checksums. Please read <a href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP Server Releases</a>
+for more information on why you should verify our releases.</p>
+<p>The PGP signatures can be verified using PGP or GPG. First download the 
+<a href="http://www.apache.org/dist/pdfbox/KEYS">KEYS</a> file as well as the .asc signature files for the 
+relevant release packages. Make sure you get these
+files from the <a href="http://www.apache.org/dist/pdfbox">main distribution directory</a>, rather than 
+from a mirror. Then verify the signatures using</p>
+<div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
+<span class="c">% pgpv pdfbox-X.Y.Z-src.zip.asc</span>
+</pre></div>
+
+
+<p>or</p>
+<div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
+<span class="c">% pgp pdfbox-X.Y.Z-src.zip.asc</span>
+</pre></div>
+
+
+<p>or</p>
+<div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
+<span class="c">% gpg --verify pdfbox-X.Y.Z-src.zip.asc</span>
+</pre></div>
+
+
+<p>Alternatively, you can verify the MD5 or SHA1 checksums on the files. For checking the MD5 checksums, 
+use the program called md5 or md5sum included in many Unix distributions. 
+The similar program for SHA1 is called sha1sum. It is also available as part of the 
+<a href="http://www.gnu.org/software/coreutils/">GNU core utilities</a>. Windows users can get binary md5 programs
+from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/md5sums/">here</a>, or <a href="http://www.slavasoft.com/fsum/">here</a>.</p>
+<h2 id="scm">Get the latest source from version control</h2>
+<p>To fetch the latest source code from the trunk in the Subversion repository, just run the following command:</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">checkout</span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">svn</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">pdfbox</span><span class="o">/</span><span class="n">trunk</span><span class="o">/</span>
+</pre></div>
+
+
+<p>You can also browse the Subversion repository using ViewVC at <a href="http://svn.apache.org/viewvc/pdfbox/">http://svn.apache.org/viewvc/pdfbox/</a>.</p>
+<p>A read-only Git mirror of PDFBox is available at <a href="http://git.apache.org/">http://git.apache.org/</a>.</p>
+<h2 id="oldreleases">Download old releases</h2>
+<p>Past Apache releases (starting with version 0.8.0-incubating) are available in the release archive at:</p>
+<p><a href="http://archive.apache.org/dist/pdfbox/">http://archive.apache.org/dist/pdfbox/</a></p>
+<p>The old releases (up to version 0.7.3) published from SourceForge 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>
+<h2 id="exportcontrol">Export control information</h2>
+<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>
+<div class="codehilite"><pre><span class="n">Apache</span> <span class="n">PDFBox</span> <span class="n">uses</span> <span class="n">the</span> <span class="n">Java</span> <span class="n">Cryptography</span> <span class="n">Architecture</span> <span class="p">(</span><span class="n">JCA</span><span class="p">)</span> <span class="n">and</span> <span class="n">the</span> <span class="n">Bouncy</span> <span class="n">Castle</span> <span class="n">libraries</span> <span class="k">for</span> <span class="n">handling</span> <span class="n">encryption</span> <span class="n">in</span> <span class="n">PDF</span> <span class="n">documents</span><span class="p">.</span>
+</pre></div> 
+            </div>
+        </div>
+    </div>
+
+      <footer id="copyright">
+          <div class="row-fluid">
+              <div class="span3">
+                  <!-- nothing in here on purpose -->
+              </div>
+              
+              <div class="span9">
+                  <p>Copyright © 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br/>
+                  Apache PDFBox, PDFBox, Apache, the Apache feather logo and the Apache PDFBox project logos are trademarks of The Apache Software Foundation.</p>
+              </div>
+          </div>
+      </footer>
+      
+  </body>
+</html>