Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.24
-
None
Description
Splitting a two page document into two separate documents via org.apache.pdfbox.multipdf.Splitter
Then using the List<PDDocument> returned to encrypt the first document causes weird side effects on the second document in the list. It will still open with the owner password of the first document (Even though it shouldn't be encrypted), but it is unreadable.