本帖最后由 lifusong890910 于 2011-02-14 14:43:54 编辑

解决方案 »

  1.   

    cmd命令  C:\flashpaper\FlashPrinter.exe D:\Lee.doc -o D:\Lee.swf 可以没问题有效果。代码:
     string docFile = Server.MapPath("Lee.doc");
     string swfFile = Server.MapPath("Lee.swf");
    没反应。
     string docFile = Server.MapPath("Lee.doc");
     string swfFile = Server.MapPath("Lee.swf");
    换成
     string docFile = @"D:\Lee.doc";
     string swfFile = @"D:\Lee.swf";
    OK 也没有问题 代码有效果
    相对路径没反应, 绝对就OK 这是什么问题 。。
    相当的无语。
      

  2.   

     string docFile = Server.MapPath("~/Lee.doc");
    这样呢?
      

  3.   

    路径解决啦 是C盘权限不够 放到D盘就可以啦 新的问题有来啦 
    就是 架在IIS 上 网页一直在加载。。也不报错 没有效果 这个是为什么呢??? 
      

  4.   

    FlashPrinter.exe  这个怎么本地好的 架在IIS上出问题啊。。 各位大侠帮帮忙。
      

  5.   

    貌似FlashPaper很火
    Demo:http://download.csdn.net/source/3017449
    http://topic.csdn.net/u/20110211/00/ecb05a36-f7f0-40f8-b3b7-dc12cdae4f64.html?41923
    我的这个docx、xlsx、pptx不能转,其它的都正常。
    期待有人能解决这个问题。
      

  6.   

    ls 架在IIS 上可以吗 我刚试了一下 还是没有反应。。
    求高人解答