网站公告列表

  没有公告

加入收藏
设为首页
在线投稿

您现在的位置: IT知识网 >> IT知识 >> 维修维护 >> 主板维护维修知识 >> 文章正文

 

  呵呵,Word转换成Html的程序,昨天跟开心、sonymusic闲聊的时候提到的           

呵呵,Word转换成Html的程序,昨天跟开心、sonymusic闲聊的时候提到的
作者:佚名 文章来源:不详 点击数: 更新时间:2006-12-5 18:28:22
    呵呵,Word转换成Html的程序,昨天跟开心、sonymusic闲聊的时候提到的
    呵呵,Word转换成Html的程序,昨天跟开心、sonymusic闲聊的时候提到的    protected void ConvertToHtml(string docPath,string htmlPath)
        {
             Word.Application app=new Word.Application();
             app.Visible=false;
             Object o=Missing.Value;
             object docFile=docPath;
             _Document doc=app.Documents.Open(ref docFile,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o);
             object fileName=htmlPath;
             object format=8;//Html
             doc.SaveAs(ref fileName,ref format,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o,ref o);
             object t=true;
             app.Quit(ref t,ref o,ref o);
        }
我放了演示程序在上面的FTP里,关于C#和OFFICE操作的更多信息,等看一下微软的白皮书了
Whitepaper: Using Microsoft Office from C#
在www.gotdotnet.com上可以找到 
  

文章录入:bolang    责任编辑:bolang 
  • 上一篇文章:

  • 下一篇文章:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    最 新 热 门
    相 关 文 章
    关注Delphi.NET,呵呵,
    webservice结合dhtml的简
    关于Win2K/NT/XP环境下L
    三招两式,Windows XP系
     
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    Copyright© ITZS.NET All Rights Reserved
    QQ:272895858   ICP备案编号:吉ICP备07000044号
    IT知识网 站长:博浪