1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 将word文档转换为带格式的html 将WORD文档转换成为HTML网页文件的C#代码

将word文档转换为带格式的html 将WORD文档转换成为HTML网页文件的C#代码

时间:2018-10-20 06:35:33

相关推荐

将word文档转换为带格式的html 将WORD文档转换成为HTML网页文件的C#代码

以下代码的功能是,将WORD文档转换成为HTML网页文件。

using System;

using System.Collections.Generic;

using ponentModel;

using System.Data;

using System.Drawing;

using System.Text;

using System.Windows.Forms;

using System.IO;

using Office = Microsoft.Office;

using PowerPoint = Microsoft.Office.Interop.PowerPoint;

using Word = Microsoft.Office.Interop.Word;

using Excel;

namespace OfficeToHTML

{

public partial class Form1 : Form

{

public Form1()

{

InitializeComponent();

}

private void ConvertWORD(string oFileName, string _HtmlFileName)

{

object oMissing = System.Reflection.Missing.Value;

object True = true;

object False = false;

object fmt = Word.WdSaveFormat.wdFormatHTML

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。