类 Pdf2Swf
java.lang.Object
com.gdxsoft.easyweb.utils.fileConvert.Pdf2Swf
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Pdf2Swf
public Pdf2Swf()
-
-
方法详细资料
-
cvt2Swf
public boolean cvt2Swf(String src, String target) throws org.apache.commons.exec.ExecuteException, IOException 转换Pdf到Swf- 参数:
src-target-- 抛出:
org.apache.commons.exec.ExecuteExceptionIOException
-
cvt2Swf
public boolean cvt2Swf(File src, File target) throws org.apache.commons.exec.ExecuteException, IOException 转换Pdf到Swf- 参数:
src-target-- 抛出:
org.apache.commons.exec.ExecuteExceptionIOException
-