类 Pdf2Swf

java.lang.Object
com.gdxsoft.easyweb.utils.fileConvert.Pdf2Swf

public class Pdf2Swf extends Object
  • 构造器详细资料

    • 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.ExecuteException
      IOException
    • cvt2Swf

      public boolean cvt2Swf(File src, File target) throws org.apache.commons.exec.ExecuteException, IOException
      转换Pdf到Swf
      参数:
      src -
      target -
      抛出:
      org.apache.commons.exec.ExecuteException
      IOException