Package com.lowagie.rups
Class Rups
- java.lang.Object
-
- com.lowagie.rups.Rups
-
public class Rups extends java.lang.Object
iText RUPS is a tool that allows you to inspect the internal structure of a PDF file.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serial Version UID.
-
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.static void
startApplication()
Initializes the main components of the Rups application.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial Version UID.- See Also:
- Constant Field Values
-
-