org.pdfbox.examples.util

Class 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>
Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Method Summary

static void
main(String[] args)
This will remove all text from a PDF document.

Method Details

main

public static void main(String[] args)
            throws Exception
This will remove all text from a PDF document.
Parameters:
args - The command line arguments.