|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.examples.pdmodel.CreateLandscapePDF
public class CreateLandscapePDF
This is an example of how to create a page with a landscape orientation.
Constructor Summary | |
---|---|
CreateLandscapePDF()
Constructor. |
Method Summary | |
---|---|
void |
doIt(String message,
String outfile)
creates a sample document with a landscape orientation and some text surrounded by a box. |
static void |
main(String[] args)
This will create a PDF document with a landscape orientation and some text surrounded by a box. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateLandscapePDF()
Method Detail |
---|
public void doIt(String message, String outfile) throws IOException, COSVisitorException
message
- The message to write in the file.outfile
- The resulting PDF.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |