Class CreateLandscapePDF

java.lang.Object
org.apache.pdfbox.examples.pdmodel.CreateLandscapePDF

public class CreateLandscapePDF extends Object
This is an example of how to create a page with a landscape orientation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    private void
    This will print out a message telling how to use this example.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateLandscapePDF

      public CreateLandscapePDF()
      Constructor.
  • Method Details

    • doIt

      public void doIt(String message, String outfile) throws IOException
      creates a sample document with a landscape orientation and some text surrounded by a box.
      Parameters:
      message - The message to write in the file.
      outfile - The resulting PDF.
      Throws:
      IOException - If there is an error writing the data.
    • main

      public static void main(String[] args) throws IOException
      This will create a PDF document with a landscape orientation and some text surrounded by a box.
      Parameters:
      args - Command line arguments.
      Throws:
      IOException
    • usage

      private void usage()
      This will print out a message telling how to use this example.