PsToPdfManagedConnection.java 651 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.ProcessFactoryManager
 *  com.adobe.service.ProcessResource
 *  com.adobe.service.ServiceAPI
 */
package com.adobe.ps2pdf;

import com.adobe.ps2pdf.PsToPdfSvc;
import com.adobe.service.ProcessFactoryManager;
import com.adobe.service.ProcessResource;
import com.adobe.service.ServiceAPI;

import java.io.IOException;

public class PsToPdfManagedConnection
extends ProcessResource {
    public PsToPdfManagedConnection(PsToPdfSvc service) throws IOException {
        super((ServiceAPI)service, new ProcessFactoryManager((ServiceAPI)service));
    }
}