Class CreateLandscapePDF


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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      private void usage()
      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 Detail

      • CreateLandscapePDF

        public CreateLandscapePDF()
        Constructor.
    • Method Detail

      • doIt

        public void doIt​(java.lang.String message,
                         java.lang.String outfile)
                  throws java.io.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:
        java.io.IOException - If there is an error writing the data.
      • main

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

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