Class Rups


  • public class Rups
    extends java.lang.Object
    iText RUPS is a tool that combines SUN's PDF Renderer (to view PDF documents), iText's PdfReader (to inspect the internal structure of a PDF file), and iText's PdfStamper to manipulate a PDF file.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Serial Version UID.
      static java.lang.String VERSION
      The version String; this String may only be changed by Bruno Lowagie.
    • Constructor Summary

      Constructors 
      Constructor Description
      Rups()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method of this PdfFrame class.
      static void startApplication()
      Initializes the main components of the Rups application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERSION

        public static final java.lang.String VERSION
        The version String; this String may only be changed by Bruno Lowagie.
        See Also:
        Constant Field Values
      • serialVersionUID

        private static final long serialVersionUID
        Serial Version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Rups

        public Rups()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method of this PdfFrame class.
        Parameters:
        args - no arguments needed
      • startApplication

        public static void startApplication()
        Initializes the main components of the Rups application.