资源简介
c#写的pdf转word程序源码项目,基于的环境是.net 4.0;
代码片段和文件信息
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;
using System.IO;
using Spire.Pdf;
namespace PDF2word
{
public partial class Form1 : Form
{
protected string fName;
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
PdfDocument doc = new PdfDocument();
doc.LoadFromFile(fName);
string savePath = Path.GetDirectoryName(fName);
string saveName = Path.GetFileNameWithoutExtension(fName) + “.docx“;
string saveFile = Path.Combine(savePath saveName);
this.label2.Text = “开始转换。。。。“;
doc.SaveToFile(saveFile FileFormat.DOC);
System.Diagnostics.Process.Start(saveFile);
this.label2.Text = “转换完成“;
}
private void button2_Click(object sender EventArgs e)
{
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.InitialDirectory = “c:\\“;//注意这里写路径时要用c:\\而不是c:\
openFileDialog.Filter = “文本文件|*.pdf“;
openFileDialog.RestoreDirectory = true;
openFileDialog.FilterIndex = 1;
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
fName = openFileDialog.FileName;
this.label1.Text = fName;
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 144 2018-12-01 21:17 pdf2word\PDF2word\PDF2word\app.config
文件 9728 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\bin\Debug\PDF2word.exe
文件 144 2018-12-01 21:17 pdf2word\PDF2word\PDF2word\bin\Debug\PDF2word.exe.config
文件 24064 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\bin\Debug\PDF2word.pdb
文件 11600 2018-12-02 14:32 pdf2word\PDF2word\PDF2word\bin\Debug\PDF2word.vshost.exe
文件 144 2018-12-01 21:17 pdf2word\PDF2word\PDF2word\bin\Debug\PDF2word.vshost.exe.config
文件 490 2010-03-17 22:39 pdf2word\PDF2word\PDF2word\bin\Debug\PDF2word.vshost.exe.manifest
文件 45056 2018-12-01 21:35 pdf2word\PDF2word\PDF2word\bin\Debug\Spire.License.dll
文件 12111872 2018-08-28 11:13 pdf2word\PDF2word\PDF2word\bin\Debug\Spire.Pdf.dll
文件 1634 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\Form1.cs
文件 3733 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\Form1.Designer.cs
文件 5817 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\Form1.resx
文件 3744 2018-12-02 14:32 pdf2word\PDF2word\PDF2word\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6209 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 828 2018-12-02 14:32 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.csproj.FileListAbsolute.txt
文件 975 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.csproj.GenerateResource.Cache
文件 35471 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.csprojResolveAssemblyReference.cache
文件 9728 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.exe
文件 180 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.Form1.resources
文件 24064 2018-12-01 22:07 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.pdb
文件 180 2018-12-01 21:51 pdf2word\PDF2word\PDF2word\obj\x86\Debug\PDF2word.Properties.Resources.resources
文件 4608 2018-12-01 22:05 pdf2word\PDF2word\PDF2word\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 4038 2018-12-01 21:51 pdf2word\PDF2word\PDF2word\PDF2word.csproj
文件 489 2018-12-01 20:53 pdf2word\PDF2word\PDF2word\Program.cs
文件 1348 2018-12-01 20:53 pdf2word\PDF2word\PDF2word\Properties\AssemblyInfo.cs
文件 2856 2018-12-01 21:17 pdf2word\PDF2word\PDF2word\Properties\Resources.Designer.cs
文件 5612 2018-12-01 20:53 pdf2word\PDF2word\PDF2word\Properties\Resources.resx
文件 1108 2018-12-01 21:17 pdf2word\PDF2word\PDF2word\Properties\Settings.Designer.cs
文件 249 2018-12-01 20:53 pdf2word\PDF2word\PDF2word\Properties\Settings.settings
文件 866 2018-12-01 20:53 pdf2word\PDF2word\PDF2word.sln
............此处省略14个文件信息
相关资源
- C#生成条形码
- C# 利用ListView空间导航数据库信息
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- PDF文件 阅读控件 (VeryPDF PDFView OCX)
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
评论
共有 条评论