Author: tilman
Date: Thu Aug 27 08:55:01 2026
New Revision: 1937509
Log:
PDFBOX-6244: revert
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
==============================================================================
---
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
Thu Aug 27 08:30:33 2026 (r1937508)
+++
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java
Thu Aug 27 08:55:01 2026 (r1937509)
@@ -1003,8 +1003,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Unrestricted main memory will be used for buffering PDF
streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param file file to be loaded
*
@@ -1020,8 +1018,6 @@ public class PDDocument implements Close
/**
* Parses a PDF.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param file file to be loaded
* @param memUsageSetting defines how memory is used for buffering PDF
streams
@@ -1039,8 +1035,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Unrestricted main memory will be used for buffering PDF
streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param file file to be loaded
* @param password password to be used for decryption
@@ -1058,8 +1052,6 @@ public class PDDocument implements Close
/**
* Parses a PDF.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param file file to be loaded
* @param password password to be used for decryption
@@ -1078,8 +1070,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Unrestricted main memory will be used for buffering PDF
streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param file file to be loaded
* @param password password to be used for decryption
@@ -1098,8 +1088,6 @@ public class PDDocument implements Close
/**
* Parses a PDF.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param file file to be loaded
* @param password password to be used for decryption
@@ -1148,8 +1136,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. The given input stream is copied to the memory to enable
random access to the
* pdf. Unrestricted main memory will be used for buffering PDF streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input stream that contains the document. Don't forget to close
it after loading.
*
@@ -1166,8 +1152,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Depending on the memory settings parameter the given
input stream is either
* copied to main memory or to a temporary file to enable random access to
the pdf.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input stream that contains the document. Don't forget to close
it after loading.
* @param memUsageSetting defines how memory is used for buffering input
stream and PDF streams
@@ -1186,8 +1170,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. The given input stream is copied to the memory to enable
random access to the
* pdf. Unrestricted main memory will be used for buffering PDF streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input stream that contains the document. Don't forget to close
it after loading.
* @param password password to be used for decryption
@@ -1206,8 +1188,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. The given input stream is copied to the memory to enable
random access to the
* pdf. Unrestricted main memory will be used for buffering PDF streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input stream that contains the document. Don't forget to close
it after loading.
* @param password password to be used for decryption
@@ -1227,8 +1207,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Depending on the memory settings parameter the given
input stream is either
* copied to main memory or to a temporary file to enable random access to
the pdf.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input stream that contains the document. Don't forget to close
it after loading.
* @param password password to be used for decryption
@@ -1248,8 +1226,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Depending on the memory settings parameter the given
input stream is either
* copied to memory or to a temporary file to enable random access to the
pdf.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input stream that contains the document. Don't forget to close
it after loading.
* @param password password to be used for decryption
@@ -1282,8 +1258,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Unrestricted main memory will be used for buffering PDF
streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input byte array that contains the document.
*
@@ -1299,8 +1273,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Unrestricted main memory will be used for buffering PDF
streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input byte array that contains the document.
* @param password password to be used for decryption
@@ -1318,8 +1290,6 @@ public class PDDocument implements Close
/**
* Parses a PDF. Unrestricted main memory will be used for buffering PDF
streams.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input byte array that contains the document.
* @param password password to be used for decryption
@@ -1339,8 +1309,6 @@ public class PDDocument implements Close
/**
* Parses a PDF.
- * <p>
- * Parsing does not include the verification or the validation of
electronic signatures.
*
* @param input byte array that contains the document.
* @param password password to be used for decryption