Author: tilman
Date: Sun Aug 30 11:10:57 2026
New Revision: 1937649

Log:
PDFBOX-3243: improve javadoc

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

Modified: 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
==============================================================================
--- 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
  Sun Aug 30 10:05:53 2026        (r1937648)
+++ 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
  Sun Aug 30 11:10:57 2026        (r1937649)
@@ -502,7 +502,8 @@ public class PDFMergerUtility
      * append all pages from source to destination.
      *
      * @param destination the document to receive the pages
-     * @param source the document originating the new pages
+     * @param source The document originating the new pages. This should not 
be a PDDocument that
+     * you created on the fly, it should be saved first, if it contains any 
fonts that are subset.
      *
      * @throws IOException If there is an error accessing data from either
      * document.

Reply via email to