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

com.lone.common.core.swftools.PDFConverter Maven / Gradle / Ivy

The newest version!
package com.lone.common.core.swftools;

/**
 * PDF文档转换接口
 *
 */
public interface PDFConverter {
	public void convert2PDF(String inputFile,String pdfFile,String extend);
	public void convert2PDF(String inputFile,String extend);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy