Skip to content

Commit 7c07a44

Browse files
committed
PDFBOX-5660: improve javadoc
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922882 13f79535-47bb-0310-9956-ffa450edef68
1 parent 15cfc50 commit 7c07a44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/src/main/java/org/apache/pdfbox/examples/pdmodel/RemoveFirstPage.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
import java.io.IOException;
2424

2525
/**
26-
* This is an example on how to remove pages from a PDF document.
26+
* This is an example on how to remove pages from a PDF document. Do not use this tool if other
27+
* pages link to this one or if your document has a structure tree for accessibility unless you are
28+
* able to fix these as well. In such cases it is better to use the splitter() class which will do
29+
* these fixes.
2730
*
2831
* @author Ben Litchfield
2932
*/

0 commit comments

Comments
 (0)