com.itextpdf.rups
Class Rups

java.lang.Object
  extended by com.itextpdf.rups.Rups

public class Rups
extends Object

iText RUPS is a tool that allows you to inspect the internal structure of a PDF file.


Constructor Summary
Rups()
           
 
Method Summary
static String getVersion()
           
static void main(String[] args)
          Main method.
static void startApplication(File f)
          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
 

Constructor Detail

Rups

public Rups()
Method Detail

main

public static void main(String[] args)
Main method. Starts the RUPS application.

Parameters:
args - no arguments needed

startApplication

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

Parameters:
f - a file that should be opened on launch

getVersion

public static final String getVersion()


Copyright © 2012. All Rights Reserved.