Author: tilman
Date: Sun Aug 30 11:11:00 2026
New Revision: 1937650
Log:
PDFBOX-3243: improve javadoc
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
Sun Aug 30 11:10:57 2026 (r1937649)
+++
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
Sun Aug 30 11:11:00 2026 (r1937650)
@@ -501,8 +501,9 @@ 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 destination the document to receive the 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.