資源簡(jiǎn)介
Word檔轉(zhuǎn)Html檔範(fàn)例
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.xml.Linq;
using?System.IO;
using?OpenxmlPowerTools;
using?DocumentFormat.Openxml.Wordprocessing;
using?DocumentFormat.Openxml.Packaging;
using?System.Drawing.Imaging;
namespace?WordToHtml
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????string?DocxFilePath?=?“D:\\使用說(shuō)明.docx“;
????????????string?HTMLFilePath?=?“D:\\123\\456.html“;
????????????byte[]?byteArray?=?File.ReadAllBytes(DocxFilePath);
????????????using?(MemoryStream?memoryStream?=?new?MemoryStream())
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????1293824??2016-10-11?15:58??WordToHtmlSample\packages\Openxm
?????文件?????423424??2016-10-11?15:58??WordToHtmlSample\packages\Openxm
?????文件????5785600??2016-10-11?15:58??WordToHtmlSample\packages\Openxm
?????文件?????118272??2016-10-11?15:58??WordToHtmlSample\packages\Openxm
?????文件????1610884??2016-10-11?15:58??WordToHtmlSample\packages\Openxm
?????文件????????129??2016-10-11?15:59??WordToHtmlSample\packages\repositories.config
?????文件????3010560??2016-10-11?15:58??WordToHtmlSample\packages\System.Management.Automation.6.1.7601.17515\lib\net40\System.Management.Automation.dll
?????文件????3010560??2016-10-11?15:58??WordToHtmlSample\packages\System.Management.Automation.6.1.7601.17515\lib\net45\System.Management.Automation.dll
?????文件????2028689??2016-10-11?15:58??WordToHtmlSample\packages\System.Management.Automation.6.1.7601.17515\System.Management.Automation.6.1.7601.17515.nupkg
?????文件????????187??2016-10-11?15:57??WordToHtmlSample\WordToHtml\App.config
?????文件????5785600??2016-10-11?15:58??WordToHtmlSample\WordToHtml\bin\Debug\DocumentFormat.Openxm
?????文件??????29847??2016-10-11?19:12??WordToHtmlSample\WordToHtml\bin\Debug\img\image1.gif
?????文件??????38654??2016-10-11?19:18??WordToHtmlSample\WordToHtml\bin\Debug\img\image1.png
?????文件?????291804??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image10.gif
?????文件?????132519??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image10.png
?????文件?????163730??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image11.gif
?????文件?????162497??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image11.png
?????文件?????163697??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image12.gif
?????文件?????143420??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image12.png
?????文件?????194567??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image13.gif
?????文件?????197543??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image13.png
?????文件?????176893??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image14.gif
?????文件?????155694??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image14.png
?????文件?????186163??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image15.gif
?????文件?????209280??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image15.png
?????文件?????170843??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image16.gif
?????文件?????164000??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image16.png
?????文件?????186407??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image17.gif
?????文件?????158888??2016-10-11?19:19??WordToHtmlSample\WordToHtml\bin\Debug\img\image17.png
?????文件?????162268??2016-10-11?18:37??WordToHtmlSample\WordToHtml\bin\Debug\img\image18.gif
............此處省略72個(gè)文件信息
評(píng)論
共有 條評(píng)論