Field Summary |
|
final public static PjString | COPYRIGHT_IN_INFO The PJ copyright notice, which is inserted into the
Producer (and sometimes Creator) field of the Info
dictionary in all PDF files output by PJ; you may not
remove this copyright notice. |
final public static String | COPYRIGHT_IN_PDF The PJ copyright notice, which is inserted into all PDF
files output by PJ; you may not remove this copyright
notice. |
final public static int | FLATE_BUFFER_SIZE The size of the byte[] used for flate compression and
decompression. |
final public static String | PDF_EOL The end-of-line sequence to use when writing a PDF file to
disk. |
final public static int | PDF_EOL_LEN The string length of PDF_EOL. |
final public static String | PDF_VERSION The PDF version output by this release of PJ. |
final public static int | SCAN_STARTXREF The number of bytes from the end of a PDF file at which to
start scanning for startxref. |
final public static int | SCAN_STARTXREF_RETRY The number of times to back up and retry scanning for
startxref. |
final public static String | VERSION The PJ version number. |
final public static String | VERSION_IN_PDF The PJ version number in PDF format, which is inserted into
all PDF files output by PJ. |