• 大小: 0.88M
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Flex  pdf  文件  在线  源码  

资源简介

同时含(doc转swf代码)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Diagnostics;
using System.IO;

public partial class Pdf2Swf : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {

    }
    protected void Button1_Click(object sender EventArgs e)
    {
        string sWebPath = Request.MapPath(““);
        string sFile = sWebPath + “\\“ + TextBox1.Text;
        string dFile = sFile.Replace(“.pdf“ “.swf“);
        if (!File.Exists(dFile))
        {
            if (!Doc2Swf(“c:\\swftools\\pdf2swf.exe“ sFile dFile))
            {
                Response.Write(“该文档被加密不能转换!“);
            }
        }
    }
    /// 

    /// 将pdf等转换为swf文

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3472  2010-09-02 07:43  FlexPaperDemo\FlexPaperViewer.html

     文件     324996  2010-09-02 07:43  FlexPaperDemo\FlexPaperViewer.swf

     文件       5541  2010-09-02 07:45  FlexPaperDemo\FlexPaperViewer_debug.html

     文件       1410  2010-09-01 00:00  FlexPaperDemo\js\flexpaper_flash.js

     文件       1867  2010-09-01 00:00  FlexPaperDemo\js\flexpaper_flash_debug.js

     文件     158407  2010-04-30 21:19  FlexPaperDemo\js\jquery.js

     文件        727  2010-02-22 21:59  FlexPaperDemo\js\swfobject\expressInstall.swf

     文件      10220  2010-02-22 21:59  FlexPaperDemo\js\swfobject\swfobject.js

     文件     539473  2010-08-17 18:49  FlexPaperDemo\Paper.swf

     文件        616  2010-09-07 11:01  FlexPaperDemo\Pdf2Swf.aspx

     文件       1556  2010-09-07 11:04  FlexPaperDemo\Pdf2Swf.aspx.cs

     文件       5717  2010-09-08 11:03  FlexPaperDemo\View.htm

     目录          0  2010-09-07 10:58  FlexPaperDemo\js\swfobject

     目录          0  2010-09-07 10:58  FlexPaperDemo\js

     目录          0  2012-07-23 18:49  FlexPaperDemo

----------- ---------  ---------- -----  ----

              1054002                    15


评论

共有 条评论