HtmlToPdfManagedConnection.java
663 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.html2pdf;
import com.adobe.html2pdf.HtmlToPdfSvc;
import com.adobe.service.ProcessFactoryManager;
import com.adobe.service.ProcessResource;
import com.adobe.service.ServiceAPI;
import java.io.IOException;
public class HtmlToPdfManagedConnection
extends ProcessResource {
public HtmlToPdfManagedConnection(HtmlToPdfSvc service) throws IOException {
super((ServiceAPI)service, new ProcessFactoryManager((ServiceAPI)service));
}
}