資源簡介
C#實現Word轉RTF文檔功能
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?WordToRtf
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?static?void?WordToHtmlRtf(string?WordFilePath)
????????{
????????????try
????????????{
????????????????Word.Application?wApp?=?new?Word.Application();
????????????????//指定原文件和目標文件?
????????????????object?docPath?=?WordFilePath;
????????????????string?htmlPath?=?WordFilePath.Substring(0?WordFilePath.Length?-?3)?+?“rtf“;
????????????????object?Target?=?htmlPath;
????????????????//缺省參數?
????????????????object?Unknown?=?Type.Mis
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-20?19:25??WordToRtf\
?????目錄???????????0??2013-01-20?19:25??WordToRtf\WordToRtf\
?????文件?????????917??2009-02-10?12:58??WordToRtf\WordToRtf.sln
?????文件???????15360??2009-02-10?13:11??WordToRtf\WordToRtf.suo
?????目錄???????????0??2013-01-20?19:25??WordToRtf\WordToRtf\bin\
?????目錄???????????0??2013-01-20?19:25??WordToRtf\WordToRtf\bin\Debug\
?????文件??????155648??2010-08-18?17:51??WordToRtf\WordToRtf\bin\Debug\Interop.Office.dll
?????文件???????57344??2010-08-18?17:51??WordToRtf\WordToRtf\bin\Debug\Interop.VBIDE.dll
?????文件??????495616??2009-02-10?13:04??WordToRtf\WordToRtf\bin\Debug\Interop.Word.dll
?????文件????????9728??2009-02-10?13:10??WordToRtf\WordToRtf\bin\Debug\WordToRtf.exe
?????文件???????24064??2009-02-10?13:10??WordToRtf\WordToRtf\bin\Debug\WordToRtf.pdb
?????文件???????14328??2010-08-18?17:51??WordToRtf\WordToRtf\bin\Debug\WordToRtf.vshost.exe
?????文件?????????490??2010-08-18?17:51??WordToRtf\WordToRtf\bin\Debug\WordToRtf.vshost.exe.manifest
?????文件????????2527??2009-02-10?13:09??WordToRtf\WordToRtf\Form1.cs
?????文件????????4049??2009-02-10?13:09??WordToRtf\WordToRtf\Form1.Designer.cs
?????文件????????6017??2010-08-18?17:51??WordToRtf\WordToRtf\Form1.resx
?????目錄???????????0??2013-01-20?19:25??WordToRtf\WordToRtf\obj\
?????目錄???????????0??2013-01-20?19:25??WordToRtf\WordToRtf\obj\Debug\
?????文件??????155648??2010-08-18?17:51??WordToRtf\WordToRtf\obj\Debug\Interop.Office.dll
?????文件???????57344??2009-02-10?13:04??WordToRtf\WordToRtf\obj\Debug\Interop.VBIDE.dll
?????文件??????495616??2009-02-10?13:04??WordToRtf\WordToRtf\obj\Debug\Interop.Word.dll
?????目錄???????????0??2012-05-02?09:55??WordToRtf\WordToRtf\obj\Debug\TempPE\
?????文件????????1095??2010-08-18?17:51??WordToRtf\WordToRtf\obj\Debug\WordToRtf.csproj.FileListAbsolute.txt
?????文件?????????847??2009-02-10?13:10??WordToRtf\WordToRtf\obj\Debug\WordToRtf.csproj.GenerateResource.Cache
?????文件?????????717??2009-02-10?13:04??WordToRtf\WordToRtf\obj\Debug\WordToRtf.csproj.ResolveComReference.cache
?????文件????????9728??2009-02-10?13:10??WordToRtf\WordToRtf\obj\Debug\WordToRtf.exe
?????文件?????????180??2009-02-10?13:10??WordToRtf\WordToRtf\obj\Debug\WordToRtf.Form1.resources
?????文件???????24064??2009-02-10?13:10??WordToRtf\WordToRtf\obj\Debug\WordToRtf.pdb
?????文件?????????180??2009-02-10?13:05??WordToRtf\WordToRtf\obj\Debug\WordToRtf.Properties.Resources.resources
?????文件?????????490??2009-02-10?12:58??WordToRtf\WordToRtf\Program.cs
?????目錄???????????0??2013-01-20?19:25??WordToRtf\WordToRtf\Properties\
............此處省略6個文件信息
- 上一篇:C#將Word轉換成Text
- 下一篇:C#實現word轉換成html文檔 源碼
評論
共有 條評論