org.pdfbox.examples.pdmodel
Class ShowColorBoxes
java.lang.Objectorg.pdfbox.examples.pdmodel.ShowColorBoxes
public class ShowColorBoxes
extends java.lang.Object
This is an example that creates a simple document.
The example is taken from the pdf file format specification.
void | doIt(String file)- create the second sample document from the PDF file format specification.
|
static void | main(String[] args)- This will create a hello world PDF document.
|
ShowColorBoxes
public ShowColorBoxes()
Constructor.
doIt
public void doIt(String file)
throws IOException,
COSVisitorException create the second sample document from the PDF file format specification.
file - The file to write the PDF to.
main
public static void main(String[] args)
This will create a hello world PDF document.
see usage() for commandline
args - Command line arguments.