This is an automated email from the ASF dual-hosted git repository.
lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 9fa389af update website dsue to 2.0.33 release
9fa389af is described below
commit 9fa389af6cf9004e2c0644739efa7e3a9275768e
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Thu Jan 16 08:16:20 2025 +0100
update website dsue to 2.0.33 release
---
content/2.0/getting-started.md | 2 +-
content/_layouts/default.html | 2 +-
.../2024-08-08-pdfbox.3.0.3.md} | 35 ++++--------
.../2025-01-16-pdfbox.2.0.33.md} | 35 +++---------
content/doap_PDFBox.rdf | 15 +++--
content/download.html | 66 +++++++++++-----------
6 files changed, 64 insertions(+), 91 deletions(-)
diff --git a/content/2.0/getting-started.md b/content/2.0/getting-started.md
index 638e7118..51f794b2 100644
--- a/content/2.0/getting-started.md
+++ b/content/2.0/getting-started.md
@@ -32,7 +32,7 @@ To use the latest release you'll need to add the following
dependency:
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>2.0.31</version>
+ <version>2.0.33</version>
</dependency>
```
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index a637e6e3..2f2c3713 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -75,7 +75,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 <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 <small>via javadoc.io</small></a></li>
</ul>
</li>
<li class="sidebar-header">Development</li>
diff --git a/content/2.0/getting-started.md
b/content/_posts/2024-08-08-pdfbox.3.0.3.md
similarity index 57%
copy from content/2.0/getting-started.md
copy to content/_posts/2024-08-08-pdfbox.3.0.3.md
index 638e7118..175f2d2e 100644
--- a/content/2.0/getting-started.md
+++ b/content/_posts/2024-08-08-pdfbox.3.0.3.md
@@ -16,34 +16,19 @@ license: Licensed to the Apache Software Foundation (ASF)
under one
specific language governing permissions and limitations
under the License.
-layout: documentation
-title: Getting Started
-eleventyNavigation:
- order: 1
+layout: default
+title: Apache PDFBox 3.0.3 released
+date: 2024-08-08 00:00:00 +00:00
+categories: [release, news]
---
-# Getting Started
+The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 3.0.3. It is available for download at:
-## Maven
+[https://pdfbox.apache.org/download.html](https://pdfbox.apache.org/download.html)
-To use the latest release you'll need to add the following dependency:
+See the [full release
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12354416)
for details about this release.
-```xml
-<dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>2.0.31</version>
-</dependency>
-```
+The [Migration Guide](https://pdfbox.apache.org/3.0/migration.html) shall give
users coming from
+PDFBox 2.0.x an overview about things to look at when switching over. More
details to come.
-## Rendering Performance ##
-
-<p class="alert alert-info">Since PDFBox 2.0.4</p>
-
-PDFBox 2.0.4 introduced a new command line setting
-
- ```
- -Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true
- ```
-
-which may improve the performance of rendering PDFs on some systems especially
if there are a lot of images on a page.
diff --git a/content/2.0/getting-started.md
b/content/_posts/2025-01-16-pdfbox.2.0.33.md
similarity index 58%
copy from content/2.0/getting-started.md
copy to content/_posts/2025-01-16-pdfbox.2.0.33.md
index 638e7118..9b47cc9c 100644
--- a/content/2.0/getting-started.md
+++ b/content/_posts/2025-01-16-pdfbox.2.0.33.md
@@ -16,34 +16,15 @@ license: Licensed to the Apache Software Foundation (ASF)
under one
specific language governing permissions and limitations
under the License.
-layout: documentation
-title: Getting Started
-eleventyNavigation:
- order: 1
+layout: default
+title: Apache PDFBox 2.0.33 released
+date: 2025-01-16 00:00:00 +00:00
+categories: [release, news]
---
-# Getting Started
+The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 2.0.33. It is available for download at:
-## Maven
+[https://pdfbox.apache.org/download.html](https://pdfbox.apache.org/download.html)
-To use the latest release you'll need to add the following dependency:
-
-```xml
-<dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>2.0.31</version>
-</dependency>
-```
-
-## Rendering Performance ##
-
-<p class="alert alert-info">Since PDFBox 2.0.4</p>
-
-PDFBox 2.0.4 introduced a new command line setting
-
- ```
- -Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true
- ```
-
-which may improve the performance of rendering PDFs on some systems especially
if there are a lot of images on a page.
+See the [full release
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&version=12354961)
for details about this release.
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 7452823e..d3a85141 100644
--- a/content/download.html
+++ b/content/download.html
@@ -28,7 +28,7 @@ title: Download
<ul>
<li>Feature release for PDFBox 3.0.3 — <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 — <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 — <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 — <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>
@@ -120,65 +120,65 @@ title: Download
</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>
@@ -213,11 +213,11 @@ title: Download
<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>