This is an automated email from the ASF dual-hosted git repository. msahyoun 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 35fbdf6 Site checkin for project Apache PDFBox Website 35fbdf6 is described below commit 35fbdf619a818468f2a742992b1452fe75dfae5e Author: Maruan Sahyoun <msahyoun@localhost.localdomain> AuthorDate: Sat Oct 23 13:32:09 2021 +0200 Site checkin for project Apache PDFBox Website --- content/1.8/architecture.html | 12 ++++++------ content/1.8/commandline.html | 12 ++++++------ content/1.8/dependencies.html | 12 ++++++------ content/1.8/faq.html | 12 ++++++------ content/3.0/migration.html | 7 ++++--- 5 files changed, 28 insertions(+), 27 deletions(-) diff --git a/content/1.8/architecture.html b/content/1.8/architecture.html index 214fac7..2958541 100644 --- a/content/1.8/architecture.html +++ b/content/1.8/architecture.html @@ -101,6 +101,10 @@ Document Creation </a> </li><li> + <a href="/1.8/cookbook/fill-form-field.html" > + Fill a Form Field + </a> + </li><li> <a href="/1.8/cookbook/pdfacreation.html" > PDF/A Creation </a> @@ -113,18 +117,14 @@ PDF/A Validation </a> </li><li> - <a href="/1.8/cookbook/fill-form-field.html" > - Fill a Form Field + <a href="/1.8/cookbook/rendering.html" > + Document Rendering </a> </li><li> <a href="/1.8/cookbook/textextraction.html" > Text Extraction </a> </li><li> - <a href="/1.8/cookbook/rendering.html" > - Document Rendering - </a> - </li><li> <a href="/1.8/cookbook/workingwithattachments.html" > Working with Attachments </a> diff --git a/content/1.8/commandline.html b/content/1.8/commandline.html index a0943f0..b92bd2b 100644 --- a/content/1.8/commandline.html +++ b/content/1.8/commandline.html @@ -101,6 +101,10 @@ Document Creation </a> </li><li> + <a href="/1.8/cookbook/fill-form-field.html" > + Fill a Form Field + </a> + </li><li> <a href="/1.8/cookbook/pdfacreation.html" > PDF/A Creation </a> @@ -113,18 +117,14 @@ PDF/A Validation </a> </li><li> - <a href="/1.8/cookbook/fill-form-field.html" > - Fill a Form Field + <a href="/1.8/cookbook/rendering.html" > + Document Rendering </a> </li><li> <a href="/1.8/cookbook/textextraction.html" > Text Extraction </a> </li><li> - <a href="/1.8/cookbook/rendering.html" > - Document Rendering - </a> - </li><li> <a href="/1.8/cookbook/workingwithattachments.html" > Working with Attachments </a> diff --git a/content/1.8/dependencies.html b/content/1.8/dependencies.html index df1fb18..c9367a9 100644 --- a/content/1.8/dependencies.html +++ b/content/1.8/dependencies.html @@ -101,6 +101,10 @@ Document Creation </a> </li><li> + <a href="/1.8/cookbook/fill-form-field.html" > + Fill a Form Field + </a> + </li><li> <a href="/1.8/cookbook/pdfacreation.html" > PDF/A Creation </a> @@ -113,18 +117,14 @@ PDF/A Validation </a> </li><li> - <a href="/1.8/cookbook/fill-form-field.html" > - Fill a Form Field + <a href="/1.8/cookbook/rendering.html" > + Document Rendering </a> </li><li> <a href="/1.8/cookbook/textextraction.html" > Text Extraction </a> </li><li> - <a href="/1.8/cookbook/rendering.html" > - Document Rendering - </a> - </li><li> <a href="/1.8/cookbook/workingwithattachments.html" > Working with Attachments </a> diff --git a/content/1.8/faq.html b/content/1.8/faq.html index 6711b9c..73ec9f0 100644 --- a/content/1.8/faq.html +++ b/content/1.8/faq.html @@ -101,6 +101,10 @@ Document Creation </a> </li><li> + <a href="/1.8/cookbook/fill-form-field.html" > + Fill a Form Field + </a> + </li><li> <a href="/1.8/cookbook/pdfacreation.html" > PDF/A Creation </a> @@ -113,18 +117,14 @@ PDF/A Validation </a> </li><li> - <a href="/1.8/cookbook/fill-form-field.html" > - Fill a Form Field + <a href="/1.8/cookbook/rendering.html" > + Document Rendering </a> </li><li> <a href="/1.8/cookbook/textextraction.html" > Text Extraction </a> </li><li> - <a href="/1.8/cookbook/rendering.html" > - Document Rendering - </a> - </li><li> <a href="/1.8/cookbook/workingwithattachments.html" > Working with Attachments </a> diff --git a/content/3.0/migration.html b/content/3.0/migration.html index 4b3b9c8..090cad5 100644 --- a/content/3.0/migration.html +++ b/content/3.0/migration.html @@ -103,16 +103,17 @@ to PDFBox 3.0. It provides information about the new, deprecated and unsupported <h2 id="dependency-updates">Dependency Updates</h2> <p>All libraries on which PDFBox depends are updated to their latest stable versions:</p> <ul> -<li>Bouncy Castle 1.68</li> +<li>Bouncy Castle 1.69</li> <li>Apache Commons Logging 1.2</li> +<li>picocli 4.6.1</li> </ul> <p>For test support the libraries are updated to</p> <ul> -<li>JUnit 5.7</li> +<li>JUnit 5.8</li> <li>JAI Image Core 1.4.0</li> <li>JAI JPEG2000 1.4.0</li> <li>JBIG ImageIO Plugin 3.0.3</li> -<li>Apache Commons IO 2.8</li> +<li>Apache Commons IO 2.11</li> </ul> <h2 id="general-changes-for-pdfbox-3.0">General Changes for PDFBox 3.0</h2> <p>This section explains the fundamental differences between PDFBox 3.0 and 2.x releases.</p>