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

commit 476083a213a2fe40ee3b81e1cacc4758cd2e8c25
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Thu Jan 16 17:42:11 2025 +0100

    Site checkin for project Apache PDFBox Website
---
 content/2.0/commandline.html         | 28 ++++++++++++--
 content/2.0/cookbook/encryption.html |  2 +-
 content/2.0/dependencies.html        |  2 +-
 content/2.0/examples.html            |  2 +-
 content/2.0/faq.html                 |  6 +--
 content/2.0/getting-started.html     |  4 +-
 content/2.0/migration.html           |  2 +-
 content/3.0/commandline.html         | 37 ++++++++++++------
 content/3.0/dependencies.html        |  2 +-
 content/3.0/faq.html                 |  6 +--
 content/3.0/getting-started.html     |  2 +-
 content/3.0/migration.html           |  2 +-
 content/4.0/migration.html           |  2 +-
 content/blog/index.html              |  9 ++++-
 content/building.html                |  4 +-
 content/codingconventions.html       |  4 +-
 content/doap_PDFBox.rdf              | 15 ++++++--
 content/download.html                | 72 ++++++++++++++++++------------------
 content/errors/403.html              |  4 +-
 content/errors/404.html              |  4 +-
 content/ideas.html                   |  4 +-
 content/index.html                   | 24 ++++++------
 content/mailinglists.html            |  4 +-
 content/references.html              |  4 +-
 content/security.html                |  4 +-
 content/siteupdate.html              |  4 +-
 content/support.html                 |  4 +-
 content/team.html                    |  4 +-
 28 files changed, 154 insertions(+), 107 deletions(-)

diff --git a/content/2.0/commandline.html b/content/2.0/commandline.html
index 4218bef3..705c4630 100644
--- a/content/2.0/commandline.html
+++ b/content/2.0/commandline.html
@@ -315,6 +315,11 @@ PDFBox tools as Java applications.</p>
 <td>Output in HTML format instead of raw text.</td>
 </tr>
 <tr>
+<td>-md</td>
+<td>false</td>
+<td>Output in Markdown format instead of raw text. (since 2.0.33)</td>
+</tr>
+<tr>
 <td>-sort</td>
 <td>false</td>
 <td>Sort the text before writing.</td>
@@ -597,7 +602,7 @@ To override the filename use the <code>outputPrefix</code> 
option.</p>
 <tr>
 <td>-dpi</td>
 <td></td>
-<td>Render into intermediate image with specific dpi and then print.</td>
+<td>Render into intermediate image with specific dpi and then print. Use -1 
for automatic detection of printer resolution.</td>
 </tr>
 <tr>
 <td>inputfile</td>
@@ -624,15 +629,30 @@ To override the filename use the 
<code>outputPrefix</code> option.</p>
 <td>The font to use for the text. Either this or -ttf should be specified but 
not both.</td>
 </tr>
 <tr>
+<td>-pageSize</td>
+<td>LETTER</td>
+<td>The page size to use (LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6).</td>
+</tr>
+<tr>
 <td>-ttf</td>
 <td></td>
-<td>The TTF font to use for the text. Either this or -standardFont should be 
specified but not both.</td>
+<td>The TrueType font to use for the text. Either this or -standardFont should 
be specified but not both.</td>
 </tr>
 <tr>
 <td>-fontSize</td>
-<td>10</td>
+<td>10.0</td>
 <td>The size of the font to use.</td>
 </tr>
+<tr>
+<td>-lineSpacing</td>
+<td>1.05</td>
+<td>The factor of the font size for the line height.</td>
+</tr>
+<tr>
+<td>-margins</td>
+<td>40.0 40.0 40.0 40.0</td>
+<td>Left top right bottom page margins.</td>
+</tr>
 </tbody>
 </table>
 <p>The following font names can be used for the parameter 
<code>standardFont</code>:</p>
@@ -740,7 +760,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;2024 <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;2025 <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 db8e49a2..bf850125 100644
--- a/content/2.0/cookbook/encryption.html
+++ b/content/2.0/cookbook/encryption.html
@@ -157,7 +157,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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 9424351d..1bd1a560 100644
--- a/content/2.0/dependencies.html
+++ b/content/2.0/dependencies.html
@@ -255,7 +255,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;2024 <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;2025 <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 6fdd9f7c..56e86120 100644
--- a/content/2.0/examples.html
+++ b/content/2.0/examples.html
@@ -148,7 +148,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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 6cfe73a6..8a20ab46 100644
--- a/content/2.0/faq.html
+++ b/content/2.0/faq.html
@@ -157,7 +157,7 @@ PDDocument objects; one from the &quot;new 
PDDocument()&quot; and the second by
 <h2 id="font-handling" tabindex="-1">Font Handling</h2>
 <p><a name="fontencoding"></a></p>
 <h3 
id="i'm-getting-java.lang.illegalargumentexception%3A-...-is-not-available-in-this-font's-encoding%3A-winansiencoding"
 tabindex="-1">I'm getting java.lang.IllegalArgumentException: ... is not 
available in this font's encoding: WinAnsiEncoding</h3>
-<p>Check whether the character is available in WinAnsiEncoding by looking at 
the <a 
href="https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf";>PDF
 Specification</a> Appendix D.
+<p>Check whether the character is available in WinAnsiEncoding by looking at 
the <a 
href="https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf";>PDF
 Specification</a> Annex D.
 If not, but if it is available in this font (in windows, have a look with 
charmap.exe), then load the font with
 PDType0Font.load(), see also in the EmbeddedFonts.java example in the source 
code download.</p>
 <h3 id="what-fonts-do-i-need-on-my-system%3F" tabindex="-1">What fonts do I 
need on my system?</h3>
@@ -169,7 +169,7 @@ PDF specification: Times-Roman, Helvetica, Courier, Symbol, 
Times-Bold, Helvetic
 Symbol, ZapfDingbats, Times-Italic, Helvetica-Oblique, Courier-Oblique, 
Times-BoldItalic,
 Helvetica-BoldOblique, Courier-BoldOblique. You can get most of these fonts on 
linux by running
 <code>sudo apt-get install ttf-mscorefonts-installer</code>. Arial is as good 
as Helvetica.
-MS-Gothic can be used instead of ZapfDingbats.
+MS-Gothic or DejaVu Sans can be used instead of ZapfDingbats.
 See also <a href="https://stackoverflow.com/a/67437624/535646";>this 
stackoverflow answer</a> about getting ZapfDingbats
 from ghostscript fonts. The Times/Courier/Helvetica fonts can also be replaced 
with the appropriate
 Liberation or Nimbus fonts. The exact substitution logic that PDFBox uses can 
be read in the file
@@ -397,7 +397,7 @@ the command-line app.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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 a158345e..3deb944d 100644
--- a/content/2.0/getting-started.html
+++ b/content/2.0/getting-started.html
@@ -129,7 +129,7 @@
       <h1 id="getting-started" tabindex="-1">Getting Started</h1>
 <h2 id="maven" tabindex="-1">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="rendering-performance" tabindex="-1">Rendering Performance</h2>
 <p class="alert alert-info">Since PDFBox 2.0.4</p>
 <p>PDFBox 2.0.4 introduced a new command line setting</p>
@@ -165,7 +165,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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 f0d1d75d..262e39ae 100644
--- a/content/2.0/migration.html
+++ b/content/2.0/migration.html
@@ -336,7 +336,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;2024 <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;2025 <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/3.0/commandline.html b/content/3.0/commandline.html
index f6f8fa63..3889c6ed 100644
--- a/content/3.0/commandline.html
+++ b/content/3.0/commandline.html
@@ -342,6 +342,11 @@ PDFBox tools as Java applications.</p>
 <td>Output in HTML format instead of raw text.</td>
 </tr>
 <tr>
+<td>-md</td>
+<td>false</td>
+<td>Output in Markdown format instead of raw text. (since 3.0.4)</td>
+</tr>
+<tr>
 <td>-i, --input=&lt;infile&gt;</td>
 <td></td>
 <td>The PDF file to encrypt.</td>
@@ -690,7 +695,7 @@ To override the filename use the <code>outputPrefix</code> 
option.</p>
 <tr>
 <td>-dpi=&lt;dpi&gt;</td>
 <td></td>
-<td>render into intermediate image with specific dpi and then print</td>
+<td>render into intermediate image with specific dpi and then print.  Use -1 
for automatic detection of printer resolution.</td>
 </tr>
 <tr>
 <td>-duplex=&lt;duplex&gt;</td>
@@ -764,12 +769,22 @@ To override the filename use the 
<code>outputPrefix</code> option.</p>
 <tr>
 <td>-charset=&lt;charset&gt;</td>
 <td>UTF-8</td>
-<td>the charset to use.</td>
+<td>The charset to use.</td>
 </tr>
 <tr>
 <td>-fontSize=&lt;fontSize&gt;</td>
-<td>10</td>
-<td>the size of the font to use.</td>
+<td>10.0</td>
+<td>The size of the font to use.</td>
+</tr>
+<tr>
+<td>-lineSpacing=&lt;factor&gt;</td>
+<td>1.05</td>
+<td>The factor of the font size for the line height.</td>
+</tr>
+<tr>
+<td>-margins &lt;left&gt; &lt;right&gt; &lt;top&gt; &lt;bottom&gt;</td>
+<td>40.0 40.0 40.0 40.0</td>
+<td>The page margins.</td>
 </tr>
 <tr>
 <td>-h, --help</td>
@@ -779,22 +794,22 @@ To override the filename use the 
<code>outputPrefix</code> option.</p>
 <tr>
 <td>-i, --input=&lt;infile&gt;</td>
 <td></td>
-<td>the text file to convert.</td>
+<td>The text file to convert.</td>
 </tr>
 <tr>
 <td>-landscape</td>
 <td></td>
-<td>set orientation to landscape.</td>
+<td>Set orientation to landscape.</td>
 </tr>
 <tr>
 <td>-o, --output=&lt;outfile&gt;</td>
 <td></td>
-<td>the generated PDF file.</td>
+<td>The generated PDF file.</td>
 </tr>
 <tr>
 <td>-pageSize=&lt;pageSize&gt;</td>
 <td>LETTER</td>
-<td>the page size to use (LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6).</td>
+<td>The page size to use (LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6).</td>
 </tr>
 <tr>
 <td>-standardFont=&lt;standardFont&gt;</td>
@@ -804,12 +819,12 @@ To override the filename use the 
<code>outputPrefix</code> option.</p>
 <tr>
 <td>-ttf=&lt;ttfFile&gt;</td>
 <td></td>
-<td>The TTF font to use for the text. Either this or -standardFont should be 
specified but not both.</td>
+<td>The TrueType font to use for the text. Either this or -standardFont should 
be specified but not both.</td>
 </tr>
 <tr>
 <td>-V, --version</td>
 <td></td>
-<td>print version information and exit.</td>
+<td>Print version information and exit.</td>
 </tr>
 </tbody>
 </table>
@@ -926,7 +941,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;2024 <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;2025 <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/3.0/dependencies.html b/content/3.0/dependencies.html
index bb60cedc..1f6a094c 100644
--- a/content/3.0/dependencies.html
+++ b/content/3.0/dependencies.html
@@ -225,7 +225,7 @@ included in the Java platform.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/3.0/faq.html b/content/3.0/faq.html
index a6731b68..47e9d757 100644
--- a/content/3.0/faq.html
+++ b/content/3.0/faq.html
@@ -144,7 +144,7 @@ PDDocument objects; one from the &quot;new 
PDDocument()&quot; and the second by
 <h2 id="font-handling" tabindex="-1">Font Handling</h2>
 <p><a name="fontencoding"></a></p>
 <h3 
id="i'm-getting-java.lang.illegalargumentexception%3A-...-is-not-available-in-this-font's-encoding%3A-winansiencoding"
 tabindex="-1">I'm getting java.lang.IllegalArgumentException: ... is not 
available in this font's encoding: WinAnsiEncoding</h3>
-<p>Check whether the character is available in WinAnsiEncoding by looking at 
the <a 
href="https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf";>PDF
 Specification</a> Appendix D.
+<p>Check whether the character is available in WinAnsiEncoding by looking at 
the <a 
href="https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf";>PDF
 Specification</a> Annex D.
 If not, but if it is available in this font (in windows, have a look with 
charmap.exe), then load the font with
 PDType0Font.load(), see also in the EmbeddedFonts.java example in the source 
code download.</p>
 <h3 id="does-pdfbox-support-complex-scripts%3F" tabindex="-1">Does PDFBox 
support complex scripts?</h3>
@@ -166,7 +166,7 @@ PDF specification: Times-Roman, Helvetica, Courier, Symbol, 
Times-Bold, Helvetic
 Symbol, ZapfDingbats, Times-Italic, Helvetica-Oblique, Courier-Oblique, 
Times-BoldItalic,
 Helvetica-BoldOblique, Courier-BoldOblique. You can get most of these fonts on 
linux by running
 <code>sudo apt-get install ttf-mscorefonts-installer</code>. Arial is as good 
as Helvetica.
-MS-Gothic can be used instead of ZapfDingbats.
+MS-Gothic or DejaVu Sans can be used instead of ZapfDingbats.
 See also <a href="https://stackoverflow.com/a/67437624/535646";>this 
stackoverflow answer</a> about getting ZapfDingbats
 from ghostscript fonts. The Times/Courier/Helvetica fonts can also be replaced 
with the appropriate
 Liberation or Nimbus fonts. The exact substitution logic that PDFBox uses can 
be read in the file
@@ -397,7 +397,7 @@ the command-line app.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/3.0/getting-started.html b/content/3.0/getting-started.html
index bb006222..2c41f259 100644
--- a/content/3.0/getting-started.html
+++ b/content/3.0/getting-started.html
@@ -152,7 +152,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/3.0/migration.html b/content/3.0/migration.html
index 148f0f53..1138c884 100644
--- a/content/3.0/migration.html
+++ b/content/3.0/migration.html
@@ -359,7 +359,7 @@ of Adobe Reader. If you'd like to bypass this use 
<code>PDDocumentCatalog.getAcr
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/4.0/migration.html b/content/4.0/migration.html
index 965cf557..3100e8d1 100644
--- a/content/4.0/migration.html
+++ b/content/4.0/migration.html
@@ -178,7 +178,7 @@ was stream lined to fit their needs. But VeraPDF is still 
using the PDFBox parse
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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 a065ec08..3a65a98b 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -155,6 +155,11 @@
             </div>
             <div class="col-xs-12 col-sm-9">
                 <h1 id="blog" tabindex="-1">Blog</h1>
+<h2>Apache PDFBox 2.0.33 released<br><small>2025-01-16</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 2.0.33. 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=12354961";>full
 release notes</a> for details about this release.</p>
 <h2>Apache PDFBox 3.0.3 released<br><small>2024-08-08</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
 Apache PDFBox version 3.0.3. It is available for download at:</p>
@@ -501,7 +506,7 @@ PDFBox 1.8 or earlier an overview about things to look at 
when switching over. M
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/building.html b/content/building.html
index e5b403ef..3bb7527c 100644
--- a/content/building.html
+++ b/content/building.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -205,7 +205,7 @@ cd pdfbox-jbig2</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/codingconventions.html b/content/codingconventions.html
index 994b34dc..a1d98aae 100644
--- a/content/codingconventions.html
+++ b/content/codingconventions.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -308,7 +308,7 @@ you invoke <em>Source -&gt; Organize Imports</em> 
(<code>Ctrl+Shift+O</code>).</
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/doap_PDFBox.rdf b/content/doap_PDFBox.rdf
index cffd87ed..71ca4bc9 100644
--- a/content/doap_PDFBox.rdf
+++ b/content/doap_PDFBox.rdf
@@ -37,15 +37,15 @@
     <release>
       <Version>
         <name>Apache PDFBox</name>
-        <created>2024-08-08</created>
-        <revision>3.0.3</revision>
+        <created>2025-01-16</created>
+        <revision>2.0.33</revision>
       </Version>
     </release>
     <release>
       <Version>
         <name>Apache PDFBox</name>
-        <created>2024-03-24</created>
-        <revision>2.0.31</revision>
+        <created>2024-08-08</created>
+        <revision>3.0.3</revision>
       </Version>
     </release>
     <release>
@@ -55,6 +55,13 @@
         <revision>2.0.32</revision>
       </Version>
     </release>
+    <release>
+      <Version>
+        <name>Apache PDFBox</name>
+        <created>2024-03-24</created>
+        <revision>2.0.31</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache PDFBox</name>
diff --git a/content/download.html b/content/download.html
index 0a5888d0..281f04ff 100644
--- a/content/download.html
+++ b/content/download.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -163,7 +163,7 @@
 
 <ul>
     <li>Feature release for PDFBox 3.0.3 &mdash; <a 
href="https://www.apache.org/dist/pdfbox/3.0.3/RELEASE-NOTES.txt";>3.0.3</a> 
(requires Java 8)</li>
-    <li>Feature release for PDFBox 2.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/2.0.32/RELEASE-NOTES.txt";>2.0.32</a> 
(requires Java 6)</li>
+    <li>Feature release for PDFBox 2.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/2.0.33/RELEASE-NOTES.txt";>2.0.33</a> 
(requires Java 6)</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>
 </ul>
@@ -255,65 +255,65 @@
     </tbody>
     <tbody>
         <tr>
-            <td 
rowspan="11"><strong>PDFBox<br>2.0.32</strong><br><small>feature</small></td>
+            <td 
rowspan="11"><strong>PDFBox<br>2.0.33</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.32/pdfbox-app-2.0.32.jar";>pdfbox-app-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-app-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-app-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/pdfbox-app-2.0.33.jar";>pdfbox-app-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-app-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-app-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>Debugger standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/debugger-app-2.0.32.jar";>debugger-app-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/debugger-app-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/debugger-app-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/debugger-app-2.0.33.jar";>debugger-app-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/debugger-app-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/debugger-app-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>Preflight standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/preflight-app-2.0.32.jar";>preflight-app-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/preflight-app-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/preflight-app-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/preflight-app-2.0.33.jar";>preflight-app-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/preflight-app-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/preflight-app-2.0.33.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.32/pdfbox-2.0.32.jar";>pdfbox-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/pdfbox-2.0.33.jar";>pdfbox-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>fontbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/fontbox-2.0.32.jar";>fontbox-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/fontbox-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/fontbox-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/fontbox-2.0.33.jar";>fontbox-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/fontbox-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/fontbox-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>preflight</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/preflight-2.0.32.jar";>preflight-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/preflight-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/preflight-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/preflight-2.0.33.jar";>preflight-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/preflight-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/preflight-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>xmpbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/xmpbox-2.0.32.jar";>xmpbox-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/xmpbox-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/xmpbox-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/xmpbox-2.0.33.jar";>xmpbox-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/xmpbox-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/xmpbox-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-tools</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/pdfbox-tools-2.0.32.jar";>pdfbox-tools-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-tools-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-tools-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/pdfbox-tools-2.0.33.jar";>pdfbox-tools-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-tools-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-tools-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-debugger</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.32/pdfbox-debugger-2.0.32.jar";>pdfbox-debugger-2.0.32.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-debugger-2.0.32.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-debugger-2.0.32.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/pdfbox-debugger-2.0.33.jar";>pdfbox-debugger-2.0.33.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-debugger-2.0.33.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-debugger-2.0.33.jar.sha512";>SHA512</a></td>
         </tr>
     </tbody>
     <tbody>
@@ -341,18 +341,18 @@
     </thead>
     <tbody>
         <tr>
-            <td><strong>PDFBox<br>3.0.3</strong><br><small>release 
candidate</small></td>
+            <td><strong>PDFBox<br>3.0.3</strong><br><small>feature</small></td>
             <td>Source ZIP file incl. examples</td>
             <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.3/pdfbox-3.0.3-src.zip";>pdbox-3.0.3-src.zip</a></td>
             <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.3/pdfbox-3.0.3-src.zip.asc";>ASC</a></td>
             <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.3/pdfbox-3.0.3-src.zip.sha512";>SHA512</a></td>
         </tr>
         <tr>
-            
<td><strong>PDFBox<br>2.0.32</strong><br><small>feature</small></td>
+            
<td><strong>PDFBox<br>2.0.33</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.32/pdfbox-2.0.32-src.zip";>pdfbox-2.0.32-src.zip</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-2.0.32-src.zip.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.32/pdfbox-2.0.32-src.zip.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.33/pdfbox-2.0.33-src.zip";>pdfbox-2.0.33-src.zip</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-2.0.33-src.zip.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/2.0.33/pdfbox-2.0.33-src.zip.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td><strong>JBIG2<br>3.0.4</strong><br><small>feature</small></td>
@@ -442,7 +442,7 @@ Section 740.13) for both object code and source code.
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/errors/403.html b/content/errors/403.html
index b262ac4e..4ac5a52a 100644
--- a/content/errors/403.html
+++ b/content/errors/403.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -174,7 +174,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/errors/404.html b/content/errors/404.html
index aeaa39bd..9b256e55 100644
--- a/content/errors/404.html
+++ b/content/errors/404.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -174,7 +174,7 @@
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/ideas.html b/content/ideas.html
index c26a168a..02e1e17e 100644
--- a/content/ideas.html
+++ b/content/ideas.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -225,7 +225,7 @@ level. This could in addition be a good basis for PDF/A and 
other compliance che
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/index.html b/content/index.html
index a4101b33..9e5cec21 100644
--- a/content/index.html
+++ b/content/index.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -159,13 +159,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 3.0.3 released<br><small>2024-08-08</small></h2>
+<h2>Apache PDFBox 2.0.33 released<br><small>2025-01-16</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 3.0.3. It is available for download at:</p>
+Apache PDFBox version 2.0.33. 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=12354416";>full
 release notes</a> for details about this release.</p>
-<p>The <a href="https://pdfbox.apache.org/3.0/migration.html";>Migration 
Guide</a> shall give users coming from
-PDFBox 2.0.x an overview about things to look at when switching over. More 
details to come.</p>
+<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12354961";>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>
@@ -210,6 +208,13 @@ skills. Subscribe to the <a 
href="/mailinglists.html">Mailing Lists</a> and find
     </div>
 </div>
 <h2 id="news" tabindex="-1">News</h2>
+<h2>Apache PDFBox 3.0.3 released<br><small>2024-08-08</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 3.0.3. 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=12354416";>full
 release notes</a> for details about this release.</p>
+<p>The <a href="https://pdfbox.apache.org/3.0/migration.html";>Migration 
Guide</a> shall give users coming from
+PDFBox 2.0.x an overview about things to look at when switching over. More 
details to come.</p>
 <h2>Apache PDFBox 2.0.32 released<br><small>2024-07-24</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
 Apache PDFBox version 2.0.32. It is available for download at:</p>
@@ -234,11 +239,6 @@ Apache PDFBox version 3.0.1. It is available for download 
at:</p>
 <p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12353552";>full
 release notes</a> for details about this release.</p>
 <p>The <a href="https://pdfbox.apache.org/3.0/migration.html";>Migration 
Guide</a> shall give users coming from
 PDFBox 2.0.x an overview about things to look at when switching over. More 
details to come.</p>
-<h2>Apache PDFBox 2.0.30 released<br><small>2023-11-04</small></h2>
-<p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 2.0.30. 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=12353385";>full
 release notes</a> for details about this release.</p>
 
             </div>
         </div>
@@ -251,7 +251,7 @@ Apache PDFBox version 2.0.30. It is available for download 
at:</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/mailinglists.html b/content/mailinglists.html
index dafcc349..605cd7f0 100644
--- a/content/mailinglists.html
+++ b/content/mailinglists.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -216,7 +216,7 @@ to the <strong>Commit Mailing List</strong>.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/references.html b/content/references.html
index a3949350..08e32616 100644
--- a/content/references.html
+++ b/content/references.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -303,7 +303,7 @@ Please file an <a 
href="https://issues.apache.org/jira/browse/PDFBOX";>improvemen
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/security.html b/content/security.html
index 5b85780c..f9fb7906 100644
--- a/content/security.html
+++ b/content/security.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -187,7 +187,7 @@ unexpected amounts of memory.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/siteupdate.html b/content/siteupdate.html
index fa7842b6..65381085 100644
--- a/content/siteupdate.html
+++ b/content/siteupdate.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -269,7 +269,7 @@ all generated sources in the project first.</p>
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/support.html b/content/support.html
index 659ec5cb..21372883 100644
--- a/content/support.html
+++ b/content/support.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -203,7 +203,7 @@ you are really certain it's a problem in the PDFBox 
software. Try using the Mail
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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/team.html b/content/team.html
index ed8a2a98..b532c8f5 100644
--- a/content/team.html
+++ b/content/team.html
@@ -129,7 +129,7 @@
                             </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://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.32/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
+                            <li><a 
href="https://javadoc.io/doc/org.apache.pdfbox/pdfbox/2.0.33/index.html";>API 
Docs&emsp;<small>via javadoc.io</small></a></li>
                         </ul>
                     </li>
                     <li class="sidebar-header">Development</li>
@@ -313,7 +313,7 @@ Get involved today. All contributions to the project are 
greatly appreciated.</p
                 <!-- nothing in here on purpose -->
             </div>
             <div class="span9">
-                <p>Copyright © 2009&ndash;2024 <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;2025 <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>

Reply via email to