public class ShowColorBoxes extends Object
Constructor and Description |
---|
ShowColorBoxes()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public void doIt(String file) throws IOException, COSVisitorException
file
- The file to write the PDF to.IOException
- If there is an error writing the data.COSVisitorException
- If there is an error writing the PDF.public static void main(String[] args)
args
- Command line arguments.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.