public class CreateLandscapePDF
extends java.lang.Object
Constructor and Description |
---|
CreateLandscapePDF()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doIt(java.lang.String message,
java.lang.String outfile)
creates a sample document with a landscape orientation and some text surrounded by a box.
|
static void |
main(java.lang.String[] args)
This will create a PDF document with a landscape orientation and some text surrounded by a box.
|
public void doIt(java.lang.String message, java.lang.String outfile) throws java.io.IOException, COSVisitorException
message
- The message to write in the file.outfile
- The resulting PDF.java.io.IOException
- If there is an error writing the data.COSVisitorException
- If there is an error writing the PDF.public static void main(java.lang.String[] args)
args
- Command line arguments.