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 09b0af36 Site checkin for project Apache PDFBox Website
09b0af36 is described below
commit 09b0af36fdec4a04003bd1d1bb33bb091008f173
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Sun Nov 5 12:19:44 2023 +0100
Site checkin for project Apache PDFBox Website
---
content/3.0/migration.html | 5 ++++
content/blog/index.html | 5 ++++
content/doap_PDFBox.rdf | 7 +++++
content/download.html | 66 +++++++++++++++++++++++-----------------------
content/index.html | 20 +++++++-------
5 files changed, 60 insertions(+), 43 deletions(-)
diff --git a/content/3.0/migration.html b/content/3.0/migration.html
index e14f15ac..ceeb9b41 100644
--- a/content/3.0/migration.html
+++ b/content/3.0/migration.html
@@ -239,6 +239,8 @@ range, have been removed. While usages passing in
<code>int</code> triples will
thrown at runtime as the <code>float</code> overloads of these methods accept
only values in the range 0-1.</p>
<p>To retain RGB colors defines as 0-255 integer triples, construct a
<code>java.awt.Color</code> instance and use the relevant overload.
Alternatively, convert values to the 0-1
range and define using <code>float</code> triples instead.</p>
+<h3 id="changes-to-annotation-classes" tabindex="-1">Changes to annotation
classes</h3>
+<p>Instead of using the <code>PDAnnotationTextMarkup</code>,
<code>PDAnnotationSquareCircle</code> or the <code>PDAnnotationMarkup</code>
classes when creating certain annotations, use their subclasses
<code>PDAnnotationCaret</code>, <code>PDAnnotationFreeText</code>,
<code>PDAnnotationInk</code>, <code>PDAnnotationPolygon</code>,
<code>PDAnnotationPolyline</code>, <code>PDAnnotationSound</code>,
<code>PDAnnotationCircle</code>, <code>PDAnnotationSquare</code>,
<code>PDAnnotationHighlig [...]
<h2 id="changes-in-common-functions" tabindex="-1">Changes in Common
Functions</h2>
<h3 id="interactive-forms" tabindex="-1">Interactive Forms</h3>
<p>When accessing <code>AcroForms</code> using
<code>PDDocumentCatalog.getAcroForm()</code> a number of fix ups are applied
aligning PDFBox with most of the default behaviour
@@ -314,6 +316,9 @@ of Adobe Reader. If you'd like to bypass this use
<code>PDDocumentCatalog.getAcr
<li><a href="#changes-to-color-methods">Changes to color
methods</a>
</li>
+
+ <li><a href="#changes-to-annotation-classes">Changes to
annotation classes</a>
+ </li>
</ol>
</li>
diff --git a/content/blog/index.html b/content/blog/index.html
index 16a2671e..290ae881 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -154,6 +154,11 @@
</div>
<div class="col-xs-12 col-sm-9">
<h1 id="blog" tabindex="-1">Blog</h1>
+<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&version=12353385">full
release notes</a> for details about this release.</p>
<h2>Apache PDFBox 3.0.0 released<br><small>2023-08-17</small></h2>
<p>The Apache PDFBox community is pleased to announce the release of
Apache PDFBox version 3.0.0. It is available for download at:</p>
diff --git a/content/doap_PDFBox.rdf b/content/doap_PDFBox.rdf
index 484e6c21..6927f614 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-11-04</created>
+ <revision>2.0.30</revision>
+ </Version>
+ </release>
<release>
<Version>
<name>Apache PDFBox</name>
diff --git a/content/download.html b/content/download.html
index 12cc75a4..e4012a91 100644
--- a/content/download.html
+++ b/content/download.html
@@ -162,7 +162,7 @@
<ul>
<li>Feature release for PDFBox 3.0.0 — <a
href="https://www.apache.org/dist/pdfbox/3.0.0/RELEASE-NOTES.txt">3.0.0</a>
(requires Java 8)</li>
- <li>Feature release for PDFBox 2.0.x — <a
href="https://www.apache.org/dist/pdfbox/2.0.29/RELEASE-NOTES.txt">2.0.29</a>
(requires Java 6)</li>
+ <li>Feature release for PDFBox 2.0.x — <a
href="https://www.apache.org/dist/pdfbox/2.0.30/RELEASE-NOTES.txt">2.0.30</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>
@@ -254,65 +254,65 @@
</tbody>
<tbody>
<tr>
- <td
rowspan="11"><strong>PDFBox<br>2.0.29</strong><br><small>feature</small></td>
+ <td
rowspan="11"><strong>PDFBox<br>2.0.30</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.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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/pdfbox-app-2.0.30.jar">pdfbox-app-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-app-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-app-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>Debugger standalone</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/debugger-app-2.0.30.jar">debugger-app-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/debugger-app-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/debugger-app-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>Preflight standalone</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/preflight-app-2.0.30.jar">preflight-app-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/preflight-app-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/preflight-app-2.0.30.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.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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/pdfbox-2.0.30.jar">pdfbox-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>fontbox</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/fontbox-2.0.30.jar">fontbox-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/fontbox-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/fontbox-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>preflight</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/preflight-2.0.30.jar">preflight-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/preflight-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/preflight-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>xmpbox</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/xmpbox-2.0.30.jar">xmpbox-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/xmpbox-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/xmpbox-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>pdfbox-tools</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/pdfbox-tools-2.0.30.jar">pdfbox-tools-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-tools-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-tools-2.0.30.jar.sha512">SHA512</a></td>
</tr>
<tr>
<td>pdfbox-debugger</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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/pdfbox-debugger-2.0.30.jar">pdfbox-debugger-2.0.30.jar</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-debugger-2.0.30.jar.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-debugger-2.0.30.jar.sha512">SHA512</a></td>
</tr>
</tbody>
<tbody>
@@ -347,11 +347,11 @@
<td><a
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-3.0.0-src.zip.sha512">SHA512</a></td>
</tr>
<tr>
-
<td><strong>PDFBox<br>2.0.29</strong><br><small>feature</small></td>
+
<td><strong>PDFBox<br>2.0.30</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.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>
+ <td><a
href="https://www.apache.org/dyn/closer.lua/pdfbox/2.0.30/pdfbox-2.0.30-src.zip">pdfbox-2.0.30-src.zip</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-2.0.30-src.zip.asc">ASC</a></td>
+ <td><a
href="https://www.apache.org/dist/pdfbox/2.0.30/pdfbox-2.0.30-src.zip.sha512">SHA512</a></td>
</tr>
<tr>
<td><strong>JBIG2<br>3.0.4</strong><br><small>feature</small></td>
diff --git a/content/index.html b/content/index.html
index 36bc7ac5..57cb7caf 100644
--- a/content/index.html
+++ b/content/index.html
@@ -158,13 +158,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.0 released<br><small>2023-08-17</small></h2>
+<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 3.0.0. It is available for download at:</p>
+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&version=12328836">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&version=12353385">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>
@@ -209,6 +207,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.0 released<br><small>2023-08-17</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 3.0.0. 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&version=12328836">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 3.0.0-beta1 released<br><small>2023-07-14</small></h2>
<p>The Apache PDFBox community is pleased to announce the first beta
release of Apache PDFBox version 3.0.0. It is available for download at:</p>
@@ -231,11 +236,6 @@ Apache PDFBox version 2.0.28. It is available for download
at:</p>
Apache PDFBox version 2.0.27. 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&version=12351648">full
release notes</a> for details about this release.</p>
-<h2>Apache PDFBox 1.8.17 released<br><small>2022-09-15</small></h2>
-<p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 1.8.17. 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&version=12344247">full
release notes</a> for details about this release.</p>
</div>
</div>