"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "preflight/src/main/java/org/apache/pdfbox/preflight/PreflightConstants.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

PreflightConstants.java  (pdfbox-2.0.23-src):PreflightConstants.java  (pdfbox-2.0.24-src)
skipping to change at line 324 skipping to change at line 324
String ERROR_SYNTAX_NAME_TOO_LONG = "1.0.3"; String ERROR_SYNTAX_NAME_TOO_LONG = "1.0.3";
/** /**
* The literal string is too long * The literal string is too long
*/ */
String ERROR_SYNTAX_LITERAL_TOO_LONG = "1.0.4"; String ERROR_SYNTAX_LITERAL_TOO_LONG = "1.0.4";
/** /**
* The hexa string is too long * The hexa string is too long
*/ */
String ERROR_SYNTAX_HEXA_STRING_TOO_LONG = "1.0.5"; String ERROR_SYNTAX_HEXA_STRING_TOO_LONG = "1.0.5";
/** /**
* The number is out of Range ( ex : greatter than 2^31-1) * The number is out of Range ( ex : greater than 2^31-1)
*/ */
String ERROR_SYNTAX_NUMERIC_RANGE = "1.0.6"; String ERROR_SYNTAX_NUMERIC_RANGE = "1.0.6";
/** /**
* A dictionary key isn't a name * A dictionary key isn't a name
*/ */
String ERROR_SYNTAX_DICTIONARY_KEY_INVALID = "1.0.7"; String ERROR_SYNTAX_DICTIONARY_KEY_INVALID = "1.0.7";
/** /**
* The language declared doesn't match with the RFC1766 * The language declared doesn't match with the RFC1766
*/ */
String ERROR_SYNTAX_LANG_NOT_RFC1766 = "1.0.8"; String ERROR_SYNTAX_LANG_NOT_RFC1766 = "1.0.8";
skipping to change at line 391 skipping to change at line 391
String ERROR_SYNTAX_DICT_INVALID = "1.2.3"; String ERROR_SYNTAX_DICT_INVALID = "1.2.3";
/** /**
* The length entry is missing from the stream dictionary * The length entry is missing from the stream dictionary
*/ */
String ERROR_SYNTAX_STREAM_LENGTH_MISSING = "1.2.4"; String ERROR_SYNTAX_STREAM_LENGTH_MISSING = "1.2.4";
/** /**
* The length of the stream dictionary and the stream length is inconsistent * The length of the stream dictionary and the stream length is inconsistent
*/ */
String ERROR_SYNTAX_STREAM_LENGTH_INVALID = "1.2.5"; String ERROR_SYNTAX_STREAM_LENGTH_INVALID = "1.2.5";
/** /**
* F or/and FFilter or/and FDecodeParams are present in a stream dictionary * F or/and FFilter or/and FDecodeParms are present in a stream dictionary
*/ */
String ERROR_SYNTAX_STREAM_FX_KEYS = "1.2.6"; String ERROR_SYNTAX_STREAM_FX_KEYS = "1.2.6";
/** /**
* The stream uses an invalid filter (The LZW) * The stream uses an invalid filter (The LZW)
*/ */
String ERROR_SYNTAX_STREAM_INVALID_FILTER = "1.2.7"; String ERROR_SYNTAX_STREAM_INVALID_FILTER = "1.2.7";
/** /**
* The content stream has some syntax errors * The content stream has some syntax errors
*/ */
String ERROR_SYNTAX_CONTENT_STREAM_INVALID = "1.2.8"; String ERROR_SYNTAX_CONTENT_STREAM_INVALID = "1.2.8";
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)