Author: tilman
Date: Sun Aug 30 11:11:04 2026
New Revision: 1937651
Log:
PDFBOX-3243: improve javadoc
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
Modified:
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
==============================================================================
---
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
Sun Aug 30 11:11:00 2026 (r1937650)
+++
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/PDFMergerUtility.java
Sun Aug 30 11:11:04 2026 (r1937651)
@@ -501,7 +501,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.