public static final String |
CANNOT_WRITE_IMAGE_TO_SPECIFIED_PATH |
"pdfRender cannot write the rendered image to the specified path: {0}." |
public static final String |
EMPTY_RANGE |
"The specified page range is empty. No pages have been processed." |
public static final String |
PAGE_COULD_NOT_BE_RENDERED |
"pdfRender cannot render page number {0}." |
public static final String |
PAGE_SCALING_NEGATIVE_ZERO |
"pdfRender cannot render the page number with the specified scaling: {0}. The value must be larger than zero." |
public static final String |
PAGE_SCALING_TOO_BIG |
"pdfRender cannot render the page number with the specified scaling: {0}. The value must be lower than RenderingProperties#getMaxPageScaling()." |
public static final String |
PDFRENDER_FAILS_ON_OPENING_PDF |
"pdfRender couldn\'t open the specified document. Please check whether the input is correct." |
public static final String |
RANGE_CONTAINS_NEGATIVE_OR_ZERO_NUMBERS |
"TThe specified range of pages contains negative or zero numbers, however in PDF pages are counted starting from 1." |
public static final String |
RANGE_CONTAINS_NUMBERS_BIGGER_THAN_NUMBER_OF_PAGES |
"The specified range of pages contains numbers larger than the number of pages in the document " |
public static final String |
XFA_IS_NOT_SUPPORTED |
"The document being processed contains an XFA form. Please flatten the document using iText\'s pdfXFA add-on first." |