public final class Version extends Object
Constructor and Description |
---|
Version()
Deprecated.
Use
getInstance() instead. Will be removed in next major release.
|
Modifier and Type | Method and Description |
---|---|
VersionInfo |
getInfo()
Returns a version info in one class
|
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.
|
static boolean |
isAGPLVersion()
Checks if the AGPL version is used.
|
static boolean |
isExpired()
Is the license expired?
|
@Deprecated public Version()
getInstance()
instead. Will be removed in next major release.
public static Version getInstance()
Note that iText Group requests that you retain the iText producer line in every PDF that is created or manipulated using iText.
Version
.
public static boolean isAGPLVersion()
public static boolean isExpired()
public String getProduct()
public String getRelease()
public String getVersion()
public String getKey()
public VersionInfo getInfo()
Copyright © 1998–2023 iText Group NV. All rights reserved.