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