com.itextpdf.text
Class Version

java.lang.Object
  extended by com.itextpdf.text.Version

public final class Version
extends Object

This class contains version information about iText. DO NOT CHANGE THE VERSION INFORMATION WITHOUT PERMISSION OF THE COPYRIGHT HOLDERS OF ITEXT. Changing the version makes it extremely difficult to debug an application. Also, the nature of open source software is that you honor the copyright of the original creators of the software.


Constructor Summary
Version()
           
 
Method Summary
static Version getInstance()
          Gets an instance of the iText version that is currently used.
 String getKey()
          Returns a license key if one was provided, or null if not.
 String getProduct()
          Gets the product name.
 String getRelease()
          Gets the release number.
 String getVersion()
          Returns the iText version as shown in the producer line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getInstance

public static Version getInstance()
Gets an instance of the iText version that is currently used. Note that 1T3XT requests that you retain the iText producer line in every PDF that is created or manipulated using iText.


getProduct

public String getProduct()
Gets the product name. 1T3XT requests that you retain the iText producer line in every PDF that is created or manipulated using iText.

Returns:
the product name

getRelease

public String getRelease()
Gets the release number. 1T3XT requests that you retain the iText producer line in every PDF that is created or manipulated using iText.

Returns:
the release number

getVersion

public String getVersion()
Returns the iText version as shown in the producer line. iText is a product developed by 1T3XT BVBA. 1T3XT requests that you retain the iText producer line in every PDF that is created or manipulated using iText.

Returns:
iText version

getKey

public String getKey()
Returns a license key if one was provided, or null if not.

Returns:
a license key.


Copyright © 2013. All Rights Reserved.