PdfPostProcessorConstants.java
521 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.pdfg.postprocess;
public final class PdfPostProcessorConstants {
public static final int SUCCESS = 0;
public static final int INVALID_INPUT_ARGUMENT = 16001;
public static final int IO_RUNTIME_ERROR = 16002;
public static final int UNKNOWN_RUNTIME_ERROR = 16003;
public static final int IMG2PDF_NONE = 1;
public static final int IMG2PDF_GRAY = 2;
public static final int IMG2PDF_RGB = 3;
public static final int IMG2PDF_CMYK = 4;
}