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 af1a5b9e Site checkin for project Apache PDFBox Website
af1a5b9e is described below

commit af1a5b9eb7e9dc5a603458a26b27a772a8a6c5f1
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Sat Jul 1 19:03:50 2023 +0200

    Site checkin for project Apache PDFBox Website
---
 content/1.8/architecture.html |  8 +++---
 content/1.8/commandline.html  |  8 +++---
 content/1.8/dependencies.html |  8 +++---
 content/1.8/faq.html          |  8 +++---
 content/2.0/dependencies.html |  2 +-
 content/3.0/migration.html    |  2 +-
 content/blog/index.html       |  5 ++++
 content/doap_PDFBox.rdf       |  7 +++++
 content/download.html         | 66 +++++++++++++++++++++----------------------
 content/index.html            |  6 ++--
 10 files changed, 66 insertions(+), 54 deletions(-)

diff --git a/content/1.8/architecture.html b/content/1.8/architecture.html
index da6b8c57..816243db 100644
--- a/content/1.8/architecture.html
+++ b/content/1.8/architecture.html
@@ -108,10 +108,6 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfacreation.html" >
                       PDF/A Creation
@@ -120,6 +116,10 @@
                     <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
diff --git a/content/1.8/commandline.html b/content/1.8/commandline.html
index a709bfa5..3e0ef799 100644
--- a/content/1.8/commandline.html
+++ b/content/1.8/commandline.html
@@ -108,10 +108,6 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfacreation.html" >
                       PDF/A Creation
@@ -120,6 +116,10 @@
                     <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
diff --git a/content/1.8/dependencies.html b/content/1.8/dependencies.html
index eb73e6da..3189fa25 100644
--- a/content/1.8/dependencies.html
+++ b/content/1.8/dependencies.html
@@ -108,10 +108,6 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfacreation.html" >
                       PDF/A Creation
@@ -120,6 +116,10 @@
                     <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
diff --git a/content/1.8/faq.html b/content/1.8/faq.html
index ab856655..80fe4952 100644
--- a/content/1.8/faq.html
+++ b/content/1.8/faq.html
@@ -108,10 +108,6 @@
                     <a href="/1.8/cookbook/fill-form-field.html" >
                       Fill a Form Field
                     </a>  
-                  </li><li>
-                    <a href="/1.8/cookbook/rendering.html" >
-                      Document Rendering
-                    </a>  
                   </li><li>
                     <a href="/1.8/cookbook/pdfacreation.html" >
                       PDF/A Creation
@@ -120,6 +116,10 @@
                     <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
diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html
index c5a0dce3..36d5bd7b 100644
--- a/content/2.0/dependencies.html
+++ b/content/2.0/dependencies.html
@@ -160,7 +160,7 @@ included in the Java platform.</p>
 <p>These libraries are optional and will be loaded if present on the 
classpath, otherwise support for these image formats will be disabled and a 
warning will be logged when an unsupported image is encountered.</p>
 <p>Maven dependencies for these components can be found in <a 
href="https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup";>parent/pom.xml</a>.
 <strong>Change the scope of the components if needed</strong>. Please make 
sure that any third party licenses are suitable for your project.</p>
 <p>To include the JBIG2 library  the following part can be included in your 
project pom.xml:</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>< [...]
+<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>< [...]
 <h3 id="encryption-and-signing" tabindex="-1">Encryption and Signing</h3>
 <p>Encrypting and sigining PDFs requires the <em>bcprov</em>, <em>bcmail</em> 
and <em>bcpkix</em> libraries from the <a 
href="http://www.bouncycastle.org/";>Legion of the Bouncy Castle</a>. These can 
be included in your Maven project using the following dependencies:</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.bouncycastle<span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</span><s [...]
diff --git a/content/3.0/migration.html b/content/3.0/migration.html
index 376c8139..9bd628cf 100644
--- a/content/3.0/migration.html
+++ b/content/3.0/migration.html
@@ -128,7 +128,7 @@ to PDFBox 3.0. It provides information about the new, 
deprecated and unsupported
 <code>PDPageContentStream</code> have been kept but you are encouraged to 
replace them with the non deprecated calls
 as they are treated to be of <strong>internal use only</strong>.</p>
 <h3 id="new-maven-module-for-io-classes" tabindex="-1">New maven module for 
IO-classes</h3>
-<p>All basic classes used for io-operations where moved to a separate module 
for a shared usage.</p>
+<p>All basic classes used for io-operations were moved to a separate module 
for a shared usage.</p>
 <pre><code>    &lt;dependency&gt;
         &lt;groupId&gt;org.apache.pdfbox&lt;/groupId&gt;
         &lt;artifactId&gt;io&lt;/artifactId&gt;
diff --git a/content/blog/index.html b/content/blog/index.html
index cd1c98dd..62ff60ce 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -448,6 +448,11 @@ Apache PDFBox version 2.0.27. It is available for download 
at:</p>
 Apache PDFBox version 2.0.28. It is available for download at:</p>
 <p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
 <p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12352284";>full
 release notes</a> for details about this release.</p>
+<h2>Apache PDFBox 2.0.29 released<br><small>2023-07-01</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 2.0.29. It is available for download at:</p>
+<p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
+<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12353128";>full
 release notes</a> for details about this release.</p>
 
             </div>
         </div>
diff --git a/content/doap_PDFBox.rdf b/content/doap_PDFBox.rdf
index eda941e5..4d1f8dec 100644
--- a/content/doap_PDFBox.rdf
+++ b/content/doap_PDFBox.rdf
@@ -34,6 +34,13 @@
     <programming-language>Java</programming-language>
     <category rdf:resource="https://projects.apache.org/category/content"; />
     <category rdf:resource="https://projects.apache.org/category/library"; />
+    <release>
+      <Version>
+        <name>Apache PDFBox</name>
+        <created>2023-07-01</created>
+        <revision>2.0.29</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache PDFBox</name>
diff --git a/content/download.html b/content/download.html
index 26eb0a50..6a68784c 100644
--- a/content/download.html
+++ b/content/download.html
@@ -177,7 +177,7 @@
 
 <ul>
     <li>Alpha release for PDFBox 3.0.0 &mdash; <a 
href="https://www.apache.org/dist/pdfbox/3.0.0-alpha3/RELEASE-NOTES.txt";>3.0.0-alpha3</a>
 (requires Java 8)</li>
-    <li>Feature release for PDFBox 2.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/2.0.28/RELEASE-NOTES.txt";>2.0.28</a> 
(requires Java 6)</li>
+    <li>Feature release for PDFBox 2.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/2.0.29/RELEASE-NOTES.txt";>2.0.29</a> 
(requires Java 6)</li>
     <li>Bugfix release for PDFBox 1.8.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/1.8.17/RELEASE-NOTES.txt";>1.8.17</a> 
(requires Java 5)</li>
     <li>Feature release of JBIG2 ImageIO plugin 3.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/jbig2-imageio/3.0.4/RELEASE-NOTES.txt";>3.0.4</a>
 (requires Java 6)</li>
     <li><a href="#oldreleases">Previous releases</a></li>
@@ -264,65 +264,65 @@
     </tbody>
     <tbody>
         <tr>
-            <td 
rowspan="11"><strong>PDFBox<br>2.0.28</strong><br><small>feature</small></td>
+            <td 
rowspan="11"><strong>PDFBox<br>2.0.29</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/pdfbox/2.0.28/pdfbox-app-2.0.28.jar";>pdfbox-app-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-app-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-app-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/pdfbox-app-2.0.29.jar";>pdfbox-app-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-app-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-app-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>Debugger standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/debugger-app-2.0.28.jar";>debugger-app-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/debugger-app-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/debugger-app-2.0.28.jar.sha512";>SHA512</a></td>
        
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/debugger-app-2.0.29.jar";>debugger-app-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/debugger-app-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/debugger-app-2.0.29.jar.sha512";>SHA512</a></td>
        
         </tr>
         <tr>
             <td>Preflight standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/preflight-app-2.0.28.jar";>preflight-app-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/preflight-app-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/preflight-app-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/preflight-app-2.0.29.jar";>preflight-app-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/preflight-app-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/preflight-app-2.0.29.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/pdfbox/2.0.28/pdfbox-2.0.28.jar";>pdfbox-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/pdfbox-2.0.29.jar";>pdfbox-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>fontbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/fontbox-2.0.28.jar";>fontbox-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/fontbox-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/fontbox-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/fontbox-2.0.29.jar";>fontbox-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/fontbox-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/fontbox-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>preflight</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/preflight-2.0.28.jar";>preflight-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/preflight-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/preflight-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/preflight-2.0.29.jar";>preflight-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/preflight-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/preflight-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>xmpbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/xmpbox-2.0.28.jar";>xmpbox-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/xmpbox-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/xmpbox-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/xmpbox-2.0.29.jar";>xmpbox-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/xmpbox-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/xmpbox-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-tools</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/pdfbox-tools-2.0.28.jar";>pdfbox-tools-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-tools-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-tools-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/pdfbox-tools-2.0.29.jar";>pdfbox-tools-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-tools-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-tools-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-debugger</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/pdfbox-debugger-2.0.28.jar";>pdfbox-debugger-2.0.28.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-debugger-2.0.28.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-debugger-2.0.28.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/pdfbox-debugger-2.0.29.jar";>pdfbox-debugger-2.0.29.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-debugger-2.0.29.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-debugger-2.0.29.jar.sha512";>SHA512</a></td>
         </tr>
     </tbody>
     <tbody>
@@ -408,11 +408,11 @@
             <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0-alpha3/pdfbox-3.0.0-alpha3-src.zip.sha512";>SHA512</a></td>
         </tr>
         <tr>
-            
<td><strong>PDFBox<br>2.0.28</strong><br><small>feature</small></td>
+            
<td><strong>PDFBox<br>2.0.29</strong><br><small>feature</small></td>
             <td>Source ZIP file incl. examples</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.28/pdfbox-2.0.28-src.zip";>pdfbox-2.0.28-src.zip</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-2.0.28-src.zip.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.28/pdfbox-2.0.28-src.zip.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.29/pdfbox-2.0.29-src.zip";>pdfbox-2.0.29-src.zip</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-2.0.29-src.zip.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.29/pdfbox-2.0.29-src.zip.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td><strong>PDFBox<br>1.8.17</strong><br><small>bugfix</small></td>
diff --git a/content/index.html b/content/index.html
index 6df25cf3..70a64c40 100644
--- a/content/index.html
+++ b/content/index.html
@@ -173,11 +173,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.28 released<br><small>2023-04-13</small></h2>
+<h2>Apache PDFBox 2.0.29 released<br><small>2023-07-01</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 2.0.28. It is available for download at:</p>
+Apache PDFBox version 2.0.29. It is available for download at:</p>
 <p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
-<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12352284";>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=12353128";>full
 release notes</a> for details about this release.</p>
 <h2 id="getting-help" tabindex="-1">Getting Help</h2>
 <p>To get help on using PDFBox, please <a 
href="mailto:[email protected]";>Subscribe to the Users Mailing 
List</a> and post your
 questions there. We're happy to help.</p>

Reply via email to