Skip to content

Commit

Permalink
PDFBOX-5660: improve javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922882 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Jan 4, 2025
1 parent 15cfc50 commit 7c07a44
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
import java.io.IOException;

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

0 comments on commit 7c07a44

Please sign in to comment.