All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clickntap.api.to.ImageProducer Maven / Gradle / Ivy

The newest version!
package com.clickntap.api.to;

import java.util.List;

public interface ImageProducer {
  public ImageSet imageSetFromPdf(String pdfUrl, List sizes, boolean jpg) throws Exception;

  public ImageSet svgSetFromPdf(String pdfUrl) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy