You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2020/12/20 12:42:14 UTC

[pdfbox-docs] branch asf-site updated: Site checkin for project Apache PDFBox Website

This is an automated email from the ASF dual-hosted git repository.

lehmi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 19b8eb7  Site checkin for project Apache PDFBox Website
19b8eb7 is described below

commit 19b8eb7c926b3177737d9c0483e67958fdd96e6f
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Sun Dec 20 13:42:09 2020 +0100

    Site checkin for project Apache PDFBox Website
---
 content/1.8/architecture.html                    |  95 +++++--
 content/1.8/commandline.html                     |  95 +++++--
 content/1.8/cookbook/documentcreation.html       |   6 +-
 content/1.8/cookbook/encryption.html             |   4 +-
 content/1.8/cookbook/fill-form-field.html        |   4 +-
 content/1.8/cookbook/pdfacreation.html           |   4 +-
 content/1.8/cookbook/pdfavalidation.html         |   4 +-
 content/1.8/cookbook/rendering.html              |   4 +-
 content/1.8/cookbook/textextraction.html         |   4 +-
 content/1.8/cookbook/workingwithattachments.html |   4 +-
 content/1.8/cookbook/workingwithfonts.html       |   4 +-
 content/1.8/cookbook/workingwithmetadata.html    |   4 +-
 content/1.8/dependencies.html                    |  95 +++++--
 content/1.8/faq.html                             |  95 +++++--
 content/2.0/commandline.html                     |  67 +++--
 content/2.0/cookbook/encryption.html             |  69 +++--
 content/2.0/dependencies.html                    |  67 +++--
 content/2.0/examples.html                        |  67 +++--
 content/2.0/faq.html                             |  67 +++--
 content/2.0/getting-started.html                 |  71 +++--
 content/2.0/migration.html                       |  67 +++--
 content/blog/index.html                          |   5 +
 content/css/site.css                             | 334 +++++++++++++++++++++++
 content/css/styles.css.map                       |   1 +
 content/doap_PDFBox.rdf                          |   7 +
 content/download.cgi                             |   6 +
 content/download.html                            |  66 ++---
 content/index.html                               |  16 +-
 28 files changed, 1014 insertions(+), 318 deletions(-)

diff --git a/content/1.8/architecture.html b/content/1.8/architecture.html
index 751c825..88e6729 100644
--- a/content/1.8/architecture.html
+++ b/content/1.8/architecture.html
@@ -79,31 +79,79 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/1.8/architecture.html" >
+              Architecture
+            </a>
+          </li><li>
+            <a href="/1.8/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/1.8/cookbook/documentcreation.html" >
+                      Document Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/fill-form-field.html" >
+                      Fill a Form Field
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfavalidation.html" >
+                      PDF/A Validation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithattachments.html" >
+                      Working with Attachments
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithfonts.html" >
+                      Working with Fonts
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithmetadata.html" >
+                      Working with Metadata
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/1.8/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/1.8/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/1.8.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="architecture">Architecture</h1>
 <p>In order to get the most out of PDFBox it is neccessary to understand how a PDF document
@@ -248,6 +296,7 @@ the Calendar is converted to a string in the COSDictionary.</p>
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -258,7 +307,7 @@ the Calendar is converted to a string in the COSDictionary.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/commandline.html b/content/1.8/commandline.html
index 5f9c7b3..56ac1da 100644
--- a/content/1.8/commandline.html
+++ b/content/1.8/commandline.html
@@ -79,31 +79,79 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/1.8/architecture.html" >
+              Architecture
+            </a>
+          </li><li>
+            <a href="/1.8/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/1.8/cookbook/documentcreation.html" >
+                      Document Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/fill-form-field.html" >
+                      Fill a Form Field
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfavalidation.html" >
+                      PDF/A Validation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithattachments.html" >
+                      Working with Attachments
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithfonts.html" >
+                      Working with Fonts
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithmetadata.html" >
+                      Working with Metadata
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/1.8/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/1.8/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/1.8.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="command-line-tools">Command-Line Tools</h1>
 <p>PDFBox comes with a series of command-line utilities. They are available as standard Java applications.</p>
@@ -726,6 +774,7 @@ To override the filename use the <code>outputPrefix</code> option.</p>
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -736,7 +785,7 @@ To override the filename use the <code>outputPrefix</code> option.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/documentcreation.html b/content/1.8/cookbook/documentcreation.html
index 8b48d29..2e02364 100644
--- a/content/1.8/cookbook/documentcreation.html
+++ b/content/1.8/cookbook/documentcreation.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Document Creation</title>
+    <title>Apache PDFBox |  Document Creation</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -161,7 +161,7 @@
             </div>
             <div class="col-xs-12 col-sm-9">
                 <h1 id="document-creation">Document Creation</h1>
-<h2 id="create-a-blank-pdf">Create a Blank PDF</h2>
+<h2 id="create-a-blank-pdf-xx">Create a Blank PDF XX</h2>
 <p>This small sample shows how to create a new PDF document using PDFBox.</p>
 <pre class="language-java"><code class="language-java"><span class="token comment">// Create a new empty document</span><br><span class="token class-name">PDDocument</span> document <span class="token operator">=</span> <span class="token keyword">new</span> <span class="token class-name">PDDocument</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token punctuation">;</span><br><br><span class="token comment">// Create a new blank page an [...]
 <h2 id="hello-world-using-a-pdf-base-font">Hello World Using a PDF Base Font</h2>
@@ -179,7 +179,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/encryption.html b/content/1.8/cookbook/encryption.html
index 6adff98..56ac9f8 100644
--- a/content/1.8/cookbook/encryption.html
+++ b/content/1.8/cookbook/encryption.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Encrypting a File</title>
+    <title>Apache PDFBox |  Encrypting a File</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -177,7 +177,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/fill-form-field.html b/content/1.8/cookbook/fill-form-field.html
index d6cd30b..ca0117f 100644
--- a/content/1.8/cookbook/fill-form-field.html
+++ b/content/1.8/cookbook/fill-form-field.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Fill a Form Field</title>
+    <title>Apache PDFBox |  Fill a Form Field</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -211,7 +211,7 @@ doc.close();
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/pdfacreation.html b/content/1.8/cookbook/pdfacreation.html
index 41fa94e..fa178b1 100644
--- a/content/1.8/cookbook/pdfacreation.html
+++ b/content/1.8/cookbook/pdfacreation.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Create a Valid PDF/A Document</title>
+    <title>Apache PDFBox |  PDF/A Creation</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -194,7 +194,7 @@ example takes one present in pdfbox:</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/pdfavalidation.html b/content/1.8/cookbook/pdfavalidation.html
index a8e6a42..efa0e24 100644
--- a/content/1.8/cookbook/pdfavalidation.html
+++ b/content/1.8/cookbook/pdfavalidation.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - PDF/A Validation</title>
+    <title>Apache PDFBox |  PDF/A Validation</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -225,7 +225,7 @@ In order to help in the failure understanding, all error codes have the followin
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/rendering.html b/content/1.8/cookbook/rendering.html
index d63b7a2..3233000 100644
--- a/content/1.8/cookbook/rendering.html
+++ b/content/1.8/cookbook/rendering.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Rendering</title>
+    <title>Apache PDFBox |  Document Rendering</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -210,7 +210,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/textextraction.html b/content/1.8/cookbook/textextraction.html
index 02b1ba3..7cf0c3a 100644
--- a/content/1.8/cookbook/textextraction.html
+++ b/content/1.8/cookbook/textextraction.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Text Extraction</title>
+    <title>Apache PDFBox |  Text Extraction</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -276,7 +276,7 @@ or org.apache.pdfbox.ExtractText to ensure accurate output.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/workingwithattachments.html b/content/1.8/cookbook/workingwithattachments.html
index 9d0e633..c1f85e8 100644
--- a/content/1.8/cookbook/workingwithattachments.html
+++ b/content/1.8/cookbook/workingwithattachments.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Working with Attachments</title>
+    <title>Apache PDFBox |  Working with Attachments</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -190,7 +190,7 @@ Attachments are part of the named tree that is attached to the document catalog.
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/workingwithfonts.html b/content/1.8/cookbook/workingwithfonts.html
index c57381c..8cfb5fa 100644
--- a/content/1.8/cookbook/workingwithfonts.html
+++ b/content/1.8/cookbook/workingwithfonts.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Working with Fonts</title>
+    <title>Apache PDFBox |  Working with Fonts</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -256,7 +256,7 @@ use when no mapping exists.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/cookbook/workingwithmetadata.html b/content/1.8/cookbook/workingwithmetadata.html
index 66840f7..553dc7a 100644
--- a/content/1.8/cookbook/workingwithmetadata.html
+++ b/content/1.8/cookbook/workingwithmetadata.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Working with Metadata</title>
+    <title>Apache PDFBox |  Working with Metadata</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -199,7 +199,7 @@ or set the XML metadata.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/dependencies.html b/content/1.8/dependencies.html
index 54948eb..207388c 100644
--- a/content/1.8/dependencies.html
+++ b/content/1.8/dependencies.html
@@ -79,31 +79,79 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/1.8/architecture.html" >
+              Architecture
+            </a>
+          </li><li>
+            <a href="/1.8/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/1.8/cookbook/documentcreation.html" >
+                      Document Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/fill-form-field.html" >
+                      Fill a Form Field
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfavalidation.html" >
+                      PDF/A Validation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithattachments.html" >
+                      Working with Attachments
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithfonts.html" >
+                      Working with Fonts
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithmetadata.html" >
+                      Working with Metadata
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/1.8/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/1.8/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/1.8.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="dependencies">Dependencies</h1>
 <p>PDFBox consists of three related components and depends on a few external libraries. This page describes what these libraries are and how to include them in your application.</p>
@@ -192,6 +240,7 @@ libraries discussed above into the pdfbox/target/dependencies directory. You can
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -202,7 +251,7 @@ libraries discussed above into the pdfbox/target/dependencies directory. You can
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/1.8/faq.html b/content/1.8/faq.html
index 759d88f..498aaff 100644
--- a/content/1.8/faq.html
+++ b/content/1.8/faq.html
@@ -79,31 +79,79 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/1.8/architecture.html" >
+              Architecture
+            </a>
+          </li><li>
+            <a href="/1.8/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/1.8/cookbook/documentcreation.html" >
+                      Document Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/fill-form-field.html" >
+                      Fill a Form Field
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfacreation.html" >
+                      PDF/A Creation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/pdfavalidation.html" >
+                      PDF/A Validation
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/rendering.html" >
+                      Document Rendering
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/textextraction.html" >
+                      Text Extraction
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithattachments.html" >
+                      Working with Attachments
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithfonts.html" >
+                      Working with Fonts
+                    </a>  
+                  </li><li>
+                    <a href="/1.8/cookbook/workingwithmetadata.html" >
+                      Working with Metadata
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/1.8/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/1.8/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/1.8.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="frequently-asked-questions">Frequently Asked Questions</h1>
 <h2 id="general-questions">General Questions</h2>
@@ -208,6 +256,7 @@ the word &quot;Hello&quot; is drawn.</li>
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -218,7 +267,7 @@ the word &quot;Hello&quot; is drawn.</li>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/commandline.html b/content/2.0/commandline.html
index 59cb304..26a8bfd 100644
--- a/content/2.0/commandline.html
+++ b/content/2.0/commandline.html
@@ -79,31 +79,51 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="command-line-tools">Command-Line Tools</h1>
 <p>PDFBox comes with a series of command-line utilities. They are available as standard Java applications.</p>
@@ -708,6 +728,7 @@ To override the filename use the <code>outputPrefix</code> option.</p>
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -718,7 +739,7 @@ To override the filename use the <code>outputPrefix</code> option.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/cookbook/encryption.html b/content/2.0/cookbook/encryption.html
index ed7e1d5..fbcbdb8 100644
--- a/content/2.0/cookbook/encryption.html
+++ b/content/2.0/cookbook/encryption.html
@@ -25,7 +25,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="The Apache PDFBox™ library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.">
 
-    <title>Apache PDFBox |  Cookbook - Encrypting a File</title>
+    <title>Apache PDFBox |  Encrypting a File</title>
 
     <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <link href="/css/prism.css" rel="stylesheet">
@@ -79,31 +79,51 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="encrypting-a-file">Encrypting a File</h1>
 <p>PDF encryption requires two passwords: the &quot;user password&quot; to open and view the file with restricted permissions, the &quot;owner password&quot; to access the file with all permission.</p>
@@ -125,6 +145,7 @@
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -135,7 +156,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html
index cd4089a..34c4674 100644
--- a/content/2.0/dependencies.html
+++ b/content/2.0/dependencies.html
@@ -79,31 +79,51 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="dependencies">Dependencies</h1>
 <h2 id="core-components">Core Components</h2>
@@ -203,6 +223,7 @@ directory. You can then simply copy all the libraries you need from this directo
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -213,7 +234,7 @@ directory. You can then simply copy all the libraries you need from this directo
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/examples.html b/content/2.0/examples.html
index 6e63693..3785e42 100644
--- a/content/2.0/examples.html
+++ b/content/2.0/examples.html
@@ -79,31 +79,51 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="examples">Examples</h1>
 <p>This content is under construction. Please look at our <a href="https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/">examples</a> directory in SVN.</p>
@@ -116,6 +136,7 @@
       </a></h1>
       
       
+
     </aside>
   </div>
 
@@ -126,7 +147,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/faq.html b/content/2.0/faq.html
index 5150fad..5350d12 100644
--- a/content/2.0/faq.html
+++ b/content/2.0/faq.html
@@ -79,31 +79,51 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="frequently-asked-questions">Frequently Asked Questions</h1>
 <h2 id="general-questions">General Questions</h2>
@@ -311,6 +331,7 @@ but these would cost additional time and memory space. You can have a higher qua
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -321,7 +342,7 @@ but these would cost additional time and memory space. You can have a higher qua
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/getting-started.html b/content/2.0/getting-started.html
index ed72d22..9d31a88 100644
--- a/content/2.0/getting-started.html
+++ b/content/2.0/getting-started.html
@@ -79,36 +79,56 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="getting-started">Getting Started</h1>
 <h2 id="maven">Maven</h2>
 <p>To use the latest release you'll need to add the following dependency:</p>
-<pre class="language-xml"><code class="language-xml"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>dependency</span><span class="token punctuation">></span></span><br>  <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>groupId</span><span class="token punctuation">></span></span>org.apache.pdfbox<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>groupId</span><sp [...]
+<pre class="language-xml"><code class="language-xml"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>dependency</span><span class="token punctuation">></span></span><br>  <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>groupId</span><span class="token punctuation">></span></span>org.apache.pdfbox<span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>groupId</span><sp [...]
 <h2 id="pdfbox-and-java-8">PDFBox and Java 8</h2>
 <p class="alert alert-warning">Important notice when using PDFBox with Java 8 before 1.8.0_191 or Java 9 before 9.0.4</p>
 <p>Due to the change of the java color management module towards &quot;LittleCMS&quot;, users can experience slow performance in color operations.
@@ -117,7 +137,7 @@ A solution is to disable LittleCMS in favor of the old KCMS (Kodak Color Managem
 <li>Starting with <code>-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider</code> or</li>
 <li>Calling <code>System.setProperty(&quot;sun.java2d.cmm&quot;, &quot;sun.java2d.cmm.kcms.KcmsServiceProvider&quot;)</code></li>
 </ul>
-<p>Sources:<br>
+<p>Sources:
 https://bugs.openjdk.java.net/browse/JDK-8041125</p>
 <h2 id="rendering-performance">Rendering Performance</h2>
 <p class="alert alert-info">Since PDFBox 2.0.4</p>
@@ -146,6 +166,7 @@ https://bugs.openjdk.java.net/browse/JDK-8041125</p>
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -156,7 +177,7 @@ https://bugs.openjdk.java.net/browse/JDK-8041125</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/2.0/migration.html b/content/2.0/migration.html
index 9e2c91e..5f01ca8 100644
--- a/content/2.0/migration.html
+++ b/content/2.0/migration.html
@@ -79,31 +79,51 @@
 </header>
 
 
+  
+
   <div class="container documentation">
-    <nav class="accordion-menu">
+    <nav class="accordion-menu" role="navigation">
       <h1>Documentation</h1>
-
-      <ul>
-        <li><a href="/2.0/migration.html">Migration Guide</a></li>
-        <li><a href="/2.0/getting-started.html">Getting Started</a></li>
-        <li><a href="/2.0/examples.html">Examples</a></li>
-        <li><a href="/2.0/dependencies.html">Dependencies</a></li>
-
-        <li class="has-children">
-          <input type="checkbox" checked>
-          <i></i>
-          <label>Cookbook</label>
-          <ul>
-            <li><a href="/2.0/cookbook/encryption.html">Document Encryption</a></li>
-          </ul>
-
-        </li>
-
-        <li><a href="/2.0/commandline.html">Command-Line Tools</a></li>
-        <li><a href="/2.0/faq.html">FAQ</a></li>
-        <li><a href="/docs/2.0.13/javadocs/">API Docs</a></li>
-      </ul>
+      <ul><li>
+            <a href="/2.0/migration.html" >
+              Migration
+            </a>
+          </li><li>
+            <a href="/2.0/getting-started.html" >
+              Getting Started
+            </a>
+          </li><li>
+            <a href="/2.0/examples.html" >
+              Examples
+            </a>
+          </li><li>
+            <a href="/2.0/dependencies.html" >
+              Dependencies
+            </a>
+          </li><li class="has-children">
+            <input type="checkbox" checked>
+            <i></i>
+            <label>Cookbook</label>
+              <ul><li>
+                    <a href="/2.0/cookbook/encryption.html" >
+                      Encrypting a File
+                    </a>  
+                  </li></ul>
+          </li><li>
+            <a href="/2.0/commandline.html" >
+              Command-Line Tools
+            </a>
+          </li><li>
+            <a href="/2.0/faq.html" >
+              FAQ
+            </a>
+          </li><li>
+            <a href="https://pdfbox.apache.org/docs/2.0.13/javadocs/" >
+              API Docs
+            </a>
+          </li></ul>
     </nav>
+
     <section>
       <h1 id="migration-to-pdfbox-2.0.0">Migration to PDFBox 2.0.0</h1>
 <h2 id="environment">Environment</h2>
@@ -304,6 +324,7 @@ To understand this yourself, view any file with PDFDebugger and have a look at t
             		</li>
                 </ol>
             </nav>
+
     </aside>
   </div>
 
@@ -314,7 +335,7 @@ To understand this yourself, view any file with PDFDebugger and have a look at t
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+                <p>Copyright © 2009&ndash; <a href="https://www.apache.org/">The Apache Software Foundation</a>. Licensed under the <a href="https://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>
diff --git a/content/blog/index.html b/content/blog/index.html
index 524bf8c..322cae2 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -161,6 +161,11 @@
             </div>
             <div class="col-xs-12 col-sm-9">
                 <h1 id="blog">Blog</h1>
+<h2>Apache PDFBox 2.0.22 released<br><small>2020-12-19</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 2.0.22. It is available for download at:</p>
+<p><a href="https://pdfbox.apache.org/download.cgi">https://pdfbox.apache.org/download.cgi</a></p>
+<p>See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12348605">full release notes</a> for details about this release.</p>
 <h2>Apache PDFBox 2.0.21 released<br><small>2020-08-20</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
 Apache PDFBox version 2.0.21. It is available for download at:</p>
diff --git a/content/css/site.css b/content/css/site.css
new file mode 100644
index 0000000..8db9369
--- /dev/null
+++ b/content/css/site.css
@@ -0,0 +1,334 @@
+/*
+* 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.
+*/
+
+/*
+ *  The follwing rules are in addition to the base bootstrap css
+ *  Some of the CSS is copied over from bootstrap as markdown, the primary
+ *  format used to add content, doesn't allow to classes to the elements
+ */
+
+ /* 01 Import Fonts */
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
+@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
+
+body {
+    font-family: "Open Sans", sans-serif;
+    font-size: 16px;
+    line-height: 1.5;
+    color: rgb(0,0,0);
+}
+
+body > .container {
+  padding-top: 5rem;
+}
+
+.main-header {
+  display: flex;
+  flex-direction: row;
+  justify-content: space-between;
+  padding: 0.5em 1em;
+  background-color: #34a5da;
+  border: none;
+  border-radius: 0;
+}
+
+.main-header nav {
+   align-self: center;
+   margin: 0 0.8em 0 0;
+}
+
+.main-header ul {
+  display: flex;
+  justify-content: space-between;
+  list-style-type: none;
+  width: 50%;
+}
+
+.main-header li > a  {
+  color: white;
+  font-weight: 600;
+  display: inline-block;
+  text-transform: uppercase;
+}
+
+#menu-toggle {display: none;}
+.label-toggle {display: none;}
+
+
+
+.navbar-default {
+  background-color: #34a5da;
+  border: none;
+  border-radius: 0;
+}
+
+svg.pdfbox-brand-text, svg.pdfbox-brand-toolbox {
+    fill: white;
+}
+
+.pdfbox-brand-toolbox {
+  height: 44px;
+  width: 48px;
+  vertical-align: middle;
+  margin-top: 2px;
+  margin-right: 0.4em
+}
+
+.pdfbox-brand-text {
+  width: 80px;
+  height:46px;
+  vertical-align: middle;
+  margin-top: 2px;
+  margin-right: 0.4em
+}
+
+/* Styling for the copyright footer */
+.footer {
+    height: 150px;
+    margin-top: 70px;
+    padding: 30px 0;
+    color: #e8e8e8;
+    border-top: 1px solid #e5e5e5;
+    background-color: rgb(38,21,15);
+}
+
+/*
+ * Typography overwrites to bootstrap
+ */
+
+/* headings */
+h1, h2, h3, h4, h5 {
+  color: rgba(0,0,0,0.87);
+}
+
+h1 {
+  margin-top: 0;
+}
+
+h3 {
+  margin-bottom: 16px;
+}
+
+/* features list */
+h4 .oi {
+    position: relative;
+    top: 5px;
+    font-size: 24px;
+    margin-right: 8px;
+    color: #0088cc;
+}
+
+h4 .open-iconic {
+    position: relative;
+    top: 0;
+    display: inline-block;
+    width: 24px;
+    height: 24px;
+    margin-right: 8px;
+    vertical-align: text-top;
+    fill: #0088cc;
+}
+
+code, kbd, pre, samp {
+    font-family: 'Inconsolata',monospace;
+    font-size: 16px;
+    line-height: 1.2
+}
+
+pre.highlight, .highlight > pre {
+  background-color: inherit;
+    color: darkslategrey;
+    border: 0;
+    border-radius: 0;
+    border-left: 2px solid #5a5c5d;
+    padding-left: 3rem;
+    padding-top: 1.5rem;
+    padding-bottom: 1.5rem;
+}
+
+code {
+  padding: 0;
+  background-color: inherit;
+  color: rgba(0,0,0);
+}
+
+.alert {
+  border-radius: 0;
+}
+.alert-warning {
+  border-color: transparent;
+  border-left: 2px solid #8a6d3b;
+}
+
+.alert-info {
+  border-color: transparent;
+  border-left: 2px solid #31708f;
+}
+
+/*
+ * Default styling for the tables copied over from bootstrap
+ * to get basic styling for tables created through markdown
+ */
+
+
+table th, table td {
+    padding: 8px;
+    vertical-align: top;
+    border-top: 1px solid #ddd;
+}
+
+table tr:nth-child(even) td, table tr.even td {
+    background: #f9f9f9;
+}
+
+/*
+ * Completed items on the "ideas" list.
+ */
+
+.complete {
+  text-decoration: line-through;
+  color: #bbb;
+ }
+
+/*
+ * Custom sidebar, replaces Bootstrap .nav with nested tree.
+ */
+
+.sidebar ul {
+    padding-left: 20px;
+}
+
+.sidebar, .sidebar > ul {
+    padding-left: 0;
+}
+
+.sidebar li {
+    list-style: none;
+}
+
+.sidebar li a {
+    display: block;
+    padding: .20em 15px;
+}
+
+.sidebar li a:hover, .sidebar li a:focus {
+    text-decoration: none;
+    background-color: #eee;
+}
+
+.sidebar-header {
+    font-size: 11px;
+    font-weight: bold;
+    line-height: 20px;
+    color: #999999;
+    text-transform: uppercase;
+}
+
+.sidebar li + .sidebar-header {
+    margin-top: 8px;
+}
+
+.sidebar .sidebar-node > a::before {
+  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#0088cc' d='M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z' transform='translate(0 1)' /%3E%3C/svg%3E");
+  display:inline-block;
+  width:12px;
+  height:12px;
+  padding-right: 3px;
+}
+
+.sidebar li.sidebar-node > a {
+    padding-left: 5px;
+}
+
+.sidebar-node.collapsed > ul{
+  display: none;
+}
+
+.sidebar-node.collapsed > a::before {
+  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#0088cc' d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z' transform='translate(1)' /%3E%3C/svg%3E");
+}
+
+@keyframes flipdown {
+  0% {
+    opacity: 0;
+    transform-origin: top center;
+    transform: rotateX(-90deg);
+  }
+  5% {
+    opacity: 1;
+  }
+  80% {
+    transform: rotateX(8deg);
+  }
+  83% {
+    transform: rotateX(6deg);
+  }
+  92% {
+    transform: rotateX(-3deg);
+  }
+  100% {
+    transform-origin: top center;
+    transform: rotateX(0deg);
+  }
+}
+
+/*
+ * Off Canvas
+ * --------------------------------------------------
+ */
+@media screen and (max-width: 767px) {
+  .row-offcanvas {
+    position: relative;
+    -webkit-transition: all .25s ease-out;
+       -moz-transition: all .25s ease-out;
+         -o-transition: all .25s ease-out;
+            transition: all .25s ease-out;
+  }
+
+  .row-offcanvas-right {
+    right: 0;
+  }
+
+  .row-offcanvas-left {
+    left: 0;
+  }
+
+  .row-offcanvas-right
+  .sidebar-offcanvas {
+    right: -50%; /* 6 columns */
+  }
+
+  .row-offcanvas-left
+  .sidebar-offcanvas {
+    left: -50%; /* 6 columns */
+  }
+
+  .row-offcanvas-right.active {
+    right: 50%; /* 6 columns */
+  }
+
+  .row-offcanvas-left.active {
+    left: 50%; /* 6 columns */
+    margin-left: 0.5em;
+  }
+
+  .sidebar-offcanvas {
+    position: absolute;
+    top: 0;
+    width: 50%; /* 6 columns */
+  }
+}
\ No newline at end of file
diff --git a/content/css/styles.css.map b/content/css/styles.css.map
new file mode 100644
index 0000000..20f9eb8
--- /dev/null
+++ b/content/css/styles.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["../../../content/css/styles.sass","../../../content/_sass/documentation.scss","../../../content/_sass/accordion.scss"],"names":[],"mappings":"AAAQ,sCCCN,aAGE,2JACE,kBACA,mBAGF,6BACE,iBACA,kBAGF,0BACE,kBAKJ,mBACE,gBACA,sCAEA,sBACE,iBACA,yBAGF,sBACE,gBAGF,sBACE,gBACA,UAIA,wBACE,kBAEA,4DACE,sBACA,qBAMR,qBACE,gBACA,gBACA,kBAEA,wBACE,iBACA,yBAGF,wBACE,gBACA,eAGF,wBACE,gBACA,UAGF,wBACE,gBACA,eAGF,wBACE,gBACA,UAGF,uBACE,eACA,qBACA,kBACA,yBACA,cAIJ,6BACE, [...]
\ No newline at end of file
diff --git a/content/doap_PDFBox.rdf b/content/doap_PDFBox.rdf
index 27431cc..1c205af 100644
--- a/content/doap_PDFBox.rdf
+++ b/content/doap_PDFBox.rdf
@@ -37,6 +37,13 @@
     <release>
       <Version>
         <name>Apache PDFBox</name>
+        <created>2020-12-19</created>
+        <revision>2.0.22</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache PDFBox</name>
         <created>2020-08-20</created>
         <revision>2.0.21</revision>
       </Version>
diff --git a/content/download.cgi b/content/download.cgi
new file mode 100644
index 0000000..06a42f2
--- /dev/null
+++ b/content/download.cgi
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
diff --git a/content/download.html b/content/download.html
index 5da1de8..134d4d3 100644
--- a/content/download.html
+++ b/content/download.html
@@ -168,7 +168,7 @@
 <p>The Apache PDFBox community provides feature and bugfix releases.</p>
 
 <ul>
-    <li>Feature release for PDFBox 2.0.x &mdash; <a href="https://www.apache.org/dist/pdfbox/2.0.21/RELEASE-NOTES.txt">2.0.21</a></li>
+    <li>Feature release for PDFBox 2.0.x &mdash; <a href="https://www.apache.org/dist/pdfbox/2.0.22/RELEASE-NOTES.txt">2.0.22</a></li>
     <li>Bugfix release for PDFBox 1.8.x &mdash; <a href="https://www.apache.org/dist/pdfbox/1.8.16/RELEASE-NOTES.txt">1.8.16</a></li>
     <li>Feature release of JBIG2 ImageIO plugin 3.0.x &mdash; <a href="https://www.apache.org/dist/pdfbox/jbig2-imageio/3.0.3/RELEASE-NOTES.txt">3.0.3</a></li>
     <li><a href="#oldreleases">Previous releases</a></li>
@@ -192,65 +192,65 @@
     </thead>
     <tbody>
         <tr>
-            <td rowspan="11"><strong>PDFBox<br>2.0.21</strong><br><small>feature</small></td>
+            <td rowspan="11"><strong>PDFBox<br>2.0.22</strong><br><small>feature</small></td>
             <td colspan="4"><strong>Command line tools</strong></td>
         </tr>
         <tr>
             <td>PDFBox standalone</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/pdfbox-app-2.0.21.jar&action=download">pdfbox-app-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-app-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-app-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/pdfbox-app-2.0.22.jar&action=download">pdfbox-app-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-app-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-app-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td>Debugger standalone</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/debugger-app-2.0.21.jar&action=download">debugger-app-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/debugger-app-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/debugger-app-2.0.21.jar.sha512">SHA512</a></td>        
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/debugger-app-2.0.22.jar&action=download">debugger-app-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/debugger-app-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/debugger-app-2.0.22.jar.sha512">SHA512</a></td>        
         </tr>
         <tr>
             <td>Preflight standalone</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/preflight-app-2.0.21.jar&action=download">preflight-app-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/preflight-app-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/preflight-app-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/preflight-app-2.0.22.jar&action=download">preflight-app-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/preflight-app-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/preflight-app-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td colspan="4"><strong>Libraries of each subproject</strong></td>
         </tr>
         <tr>
             <td>pdfbox</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/pdfbox-2.0.21.jar&action=download">pdfbox-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/pdfbox-2.0.22.jar&action=download">pdfbox-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td>fontbox</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/fontbox-2.0.21.jar&action=download">fontbox-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/fontbox-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/fontbox-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/fontbox-2.0.22.jar&action=download">fontbox-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/fontbox-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/fontbox-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td>preflight</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/preflight-2.0.21.jar&action=download">preflight-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/preflight-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/preflight-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/preflight-2.0.22.jar&action=download">preflight-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/preflight-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/preflight-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td>xmpbox</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/xmpbox-2.0.21.jar&action=download">xmpbox-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/xmpbox-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/xmpbox-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/xmpbox-2.0.22.jar&action=download">xmpbox-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/xmpbox-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/xmpbox-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-tools</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/pdfbox-tools-2.0.21.jar&action=download">pdfbox-tools-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-tools-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-tools-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/pdfbox-tools-2.0.22.jar&action=download">pdfbox-tools-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-tools-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-tools-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-debugger</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/pdfbox-debugger-2.0.21.jar&action=download">pdfbox-debugger-2.0.21.jar</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-debugger-2.0.21.jar.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-debugger-2.0.21.jar.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/pdfbox-debugger-2.0.22.jar&action=download">pdfbox-debugger-2.0.22.jar</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-debugger-2.0.22.jar.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-debugger-2.0.22.jar.sha512">SHA512</a></td>
         </tr>
     </tbody>
     <tbody>
@@ -329,11 +329,11 @@
     </thead>
     <tbody>
         <tr>
-            <td><strong>PDFBox<br>2.0.21</strong><br><small>feature</small></td>
+            <td><strong>PDFBox<br>2.0.22</strong><br><small>feature</small></td>
             <td>Source ZIP file incl. examples</td>
-            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.21/pdfbox-2.0.21-src.zip&action=download">pdfbox-2.0.21-src.zip</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-2.0.21-src.zip.asc">ASC</a></td>
-            <td><a href="https://www.apache.org/dist/pdfbox/2.0.21/pdfbox-2.0.21-src.zip.sha512">SHA512</a></td>
+            <td><a href="https://www.apache.org/dyn/closer.lua?filename=pdfbox/2.0.22/pdfbox-2.0.22-src.zip&action=download">pdfbox-2.0.22-src.zip</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-2.0.22-src.zip.asc">ASC</a></td>
+            <td><a href="https://www.apache.org/dist/pdfbox/2.0.22/pdfbox-2.0.22-src.zip.sha512">SHA512</a></td>
         </tr>
         <tr>
             <td><strong>PDFBox<br>1.8.16</strong><br><small>bugfix</small></td>
diff --git a/content/index.html b/content/index.html
index 3373c0e..e36f24f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -165,11 +165,11 @@
     PDF documents. This project allows creation of new PDF documents, manipulation of existing
     documents and the ability to extract content from documents. Apache PDFBox also includes several
     command-line utilities. Apache PDFBox is published under the Apache License v2.0.</p>
-<h2>Apache PDFBox 2.0.21 released<br><small>2020-08-20</small></h2>
+<h2>Apache PDFBox 2.0.22 released<br><small>2020-12-19</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 2.0.21. It is available for download at:</p>
+Apache PDFBox version 2.0.22. It is available for download at:</p>
 <p><a href="https://pdfbox.apache.org/download.cgi">https://pdfbox.apache.org/download.cgi</a></p>
-<p>See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12348324">full release notes</a> for details about this release.</p>
+<p>See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12348605">full release notes</a> for details about this release.</p>
 <h2 id="getting-help">Getting Help</h2>
 <p>To get help on using PDFBox, please <a href="mailto:users-subscribe@pdfbox.apache.org">Subscribe to the Users Mailing List</a> and post your
 questions there. We're happy to help.</p>
@@ -214,6 +214,11 @@ skills. Subscribe to the <a href="/mailinglists.html">Mailing Lists</a> and find
     </div>
 </div>
 <h2 id="news">News</h2>
+<h2>Apache PDFBox 2.0.21 released<br><small>2020-08-20</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 2.0.21. It is available for download at:</p>
+<p><a href="https://pdfbox.apache.org/download.cgi">https://pdfbox.apache.org/download.cgi</a></p>
+<p>See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12348324">full release notes</a> for details about this release.</p>
 <h2>Apache PDFBox 2.0.20 released<br><small>2020-06-07</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
 Apache PDFBox version 2.0.20. It is available for download at:</p>
@@ -234,11 +239,6 @@ Apache PDFBox version 2.0.18. It is available for download at:</p>
 Apache PDFBox JBIG2 ImageIO plugin version 3.0.3. It is available for download at:</p>
 <p><a href="https://pdfbox.apache.org/download.cgi">https://pdfbox.apache.org/download.cgi</a></p>
 <p>See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12344157">full release notes</a> for details about this release.</p>
-<h2>Apache PDFBox 2.0.17 released<br><small>2019-09-20</small></h2>
-<p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 2.0.17. It is available for download at:</p>
-<p><a href="https://pdfbox.apache.org/download.cgi">https://pdfbox.apache.org/download.cgi</a></p>
-<p>See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12345681">full release notes</a> for details about this release.</p>
 
             </div>
         </div>