zoukankan      html  css  js  c++  java
  • 代码示例:调用SPS提供的remoting服务,在线把Office文档转换成html文档


    可以把office文档中的图片等文件一齐转换,效果不错

    using System;

    namespace ToHtmlLibrary
    {
        
    /// <summary>
        
    /// EDocumentType 的摘要说明。
        
    /// </summary>

        public enum EDocumentType
        
    {
            Word,
            Excel,
            PowerPoint,
            Unknow

        }

    }



    using System;
    using System.IO;
    using Microsoft.HtmlTrans;

    namespace ToHtmlLibrary.Core
    {
        
    /// <summary>
        
    /// 把Office文档转换成html文档
        
    /// </summary>

        public class TransToHtml
        
    {
            
    Field 
            
    Property 
            
    Constructor
            
    Private Method
            
    Public Method 
        }

    }


    我的个人主页

  • 相关阅读:
    python_函数设计
    python_自定日历
    python_日历
    python_选择结构
    python_集合
    python_code list_3
    Oracle 游标使用全解
    JavaWeb中验证码的实现
    oracle 存储过程和函数例子
    Oracle中的存储过程简单例子
  • 原文地址:https://www.cnblogs.com/umlchina/p/spstohtml.html
Copyright © 2011-2022 走看看