This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f22424  camel-pdf: Link to PDFBox 2 Javadoc in documentation.
5f22424 is described below

commit 5f22424402b37b4a41147445585e17f223b5710b
Author: Pascal Schumacher <[email protected]>
AuthorDate: Tue Jun 9 18:53:16 2020 +0200

    camel-pdf: Link to PDFBox 2 Javadoc in documentation.
---
 components/camel-pdf/src/main/docs/pdf-component.adoc | 6 +++---
 docs/components/modules/ROOT/pages/pdf-component.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/camel-pdf/src/main/docs/pdf-component.adoc 
b/components/camel-pdf/src/main/docs/pdf-component.adoc
index 164df08..704d262 100644
--- a/components/camel-pdf/src/main/docs/pdf-component.adoc
+++ b/components/camel-pdf/src/main/docs/pdf-component.adoc
@@ -105,15 +105,15 @@ with the following path and query parameters:
 
 |`pdf-document` |*Mandatory* header for `append` operation and ignored in all 
other
 operations. Expected type is
-https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument].
+https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument].
 Stores PDF document which will be used for append operation.
 
 |`protection-policy` |Expected type is
-https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy].
+https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy].
 If specified then PDF document will be encrypted with it.
 
 |`decryption-material` |Expected type is
-https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial].
+https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial].
 *Mandatory* header if PDF document is encrypted.
 |=======================================================================
 
diff --git a/docs/components/modules/ROOT/pages/pdf-component.adoc 
b/docs/components/modules/ROOT/pages/pdf-component.adoc
index 4f3c52f..1800e97 100644
--- a/docs/components/modules/ROOT/pages/pdf-component.adoc
+++ b/docs/components/modules/ROOT/pages/pdf-component.adoc
@@ -107,15 +107,15 @@ with the following path and query parameters:
 
 |`pdf-document` |*Mandatory* header for `append` operation and ignored in all 
other
 operations. Expected type is
-https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument].
+https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html[PDDocument].
 Stores PDF document which will be used for append operation.
 
 |`protection-policy` |Expected type is
-https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy].
+https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html[ProtectionPolicy].
 If specified then PDF document will be encrypted with it.
 
 |`decryption-material` |Expected type is
-https://pdfbox.apache.org/docs/1.8.10/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial].
+https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html[DecryptionMaterial].
 *Mandatory* header if PDF document is encrypted.
 |=======================================================================
 

Reply via email to