org.pdfbox.examples.util
Class RemoveAllText
java.lang.Objectorg.pdfbox.examples.util.RemoveAllText
public class RemoveAllText
extends java.lang.Object
This is an example on how to remove all text from PDF document.
Usage: java org.pdfbox.examples.util.RemoveAllText <input-pdf> <output-pdf>
static void | main(String[] args)- This will remove all text from a PDF document.
|
main
public static void main(String[] args)
throws Exception This will remove all text from a PDF document.
args - The command line arguments.