You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/09/05 08:12:51 UTC

svn commit: r1892918 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java

Author: tilman
Date: Sun Sep  5 08:12:51 2021
New Revision: 1892918

URL: http://svn.apache.org/viewvc?rev=1892918&view=rev
Log:
PDFBOX-5276: improve javadoc: result documents should not be saved with encryption

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java?rev=1892918&r1=1892917&r2=1892918&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java Sun Sep  5 08:12:51 2021
@@ -75,7 +75,8 @@ public class Splitter
      *
      * @return A list of all the split documents. These should all be saved before closing any
      * documents, including the source document. Any further operations should be made after
-     * reloading them, to avoid problems due to resource sharing.
+     * reloading them, to avoid problems due to resource sharing. For the same reason, they should
+     * not be saved with encryption.
      *
      * @throws IOException If there is an IOError
      */