Generated by
JDiff

Class com.itextpdf.kernel.xmp.XMPUtils

Documentation changed from old to new.

Changed Methods
String  catenateArrayItems( XMPMeta, String , String , String , String , boolean ) Documentation changed from old to new.
Create a single edit string from an array of strings.
String  convertFromBoolean( boolean) Documentation changed from old to new.
Convert from boolean to string.
String  convertFromDate( XMPDateTime) Documentation changed from old to new.
Convert from XMPDateTime to string.
String  convertFromDouble( double) Documentation changed from old to new.
Convert from long to string.
String  convertFromInteger( int) Documentation changed from old to new.
Convert from int to string.
String  convertFromLong( long) Documentation changed from old to new.
Convert from long to string.
boolean  convertToBoolean( String) Documentation changed from old to new.
Convert from string to Boolean.
XMPDateTime  convertToDate( String) Documentation changed from old to new.
Converts a string value to an XMPDateTime.
double  convertToDouble( String) Documentation changed from old to new.
Converts a string value to a double.
int  convertToInteger( String) Documentation changed from old to new.
Converts a string value to an int.
long  convertToLong( String) Documentation changed from old to new.
Converts a string value to a long.
byte[]  decodeBase64( String) Documentation changed from old to new.
Decode from Base64 encoded string to raw data.
String  encodeBase64( byte[]) Documentation changed from old to new.
Convert from a byte array to a base64 encoded string.
void  removeProperties( XMPMeta, String , String , boolean , boolean ) Documentation changed from old to new.
Remove multiple properties from an XMP object.
void  separateArrayItems( XMPMeta, String , String , String , PropertyOptions , boolean ) Documentation changed from old to new.
Separate a single edit string into an array of strings.
void  appendProperties( XMPMeta, XMPMeta , boolean , boolean , boolean ) Documentation changed from old to new.
Append properties from one XMP object to another.