资源简介
第三方dll 对pdf进行截图,并将每页的截图 保存成图片
代码片段和文件信息
using Aspose.Pdf;
using Aspose.Pdf.Devices;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace PDFTest
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
Aspose.Pdf.License li = new Aspose.Pdf.License();
string path = Application.StartupPath + “\\License.lic“;
li.SetLicense(path);
string sPath = Application.StartupPath+“\\test.pdf“;
string i
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-07-13 21:01 .vs\
目录 0 2018-07-13 21:01 .vs\PDFToImage\
目录 0 2018-07-13 21:20 .vs\PDFToImage\v15\
文件 50176 2018-07-13 21:21 .vs\PDFToImage\v15\.suo
目录 0 2018-07-13 21:01 .vs\PDFToImage\v15\Server\
目录 0 2018-07-13 21:01 .vs\PDFToImage\v15\Server\sqlite3\
文件 0 2018-07-13 21:01 .vs\PDFToImage\v15\Server\sqlite3\db.lock
文件 4096 2018-07-13 21:01 .vs\PDFToImage\v15\Server\sqlite3\storage.ide
文件 32768 2018-07-13 21:01 .vs\PDFToImage\v15\Server\sqlite3\storage.ide-shm
文件 1046512 2018-07-13 21:09 .vs\PDFToImage\v15\Server\sqlite3\storage.ide-wal
文件 189 2018-05-15 08:46 App.config
文件 2044 2018-07-13 21:08 Form1.Designer.cs
文件 2805 2018-07-13 21:20 Form1.cs
文件 5817 2018-07-13 21:08 Form1.resx
文件 4112 2018-05-15 09:37 PDFToImage.csproj
文件 1118 2018-07-13 21:20 PDFToImage.sln
文件 519 2018-05-15 08:46 Program.cs
目录 0 2018-05-15 10:59 Properties\
文件 1340 2018-05-15 08:46 Properties\AssemblyInfo.cs
文件 2827 2018-05-15 08:46 Properties\Resources.Designer.cs
文件 5612 2018-05-15 08:46 Properties\Resources.resx
文件 1094 2018-05-15 08:46 Properties\Settings.Designer.cs
文件 249 2018-05-15 08:46 Properties\Settings.settings
目录 0 2018-05-15 10:59 bin\
目录 0 2018-07-13 21:20 bin\Debug\
文件 28462288 2017-08-02 17:22 bin\Debug\Aspose.Pdf.dll
文件 1747482 2017-08-02 17:22 bin\Debug\Aspose.Pdf.xm
文件 1013 2018-05-15 09:36 bin\Debug\License.lic
文件 9216 2018-07-13 21:09 bin\Debug\PDFTest.exe
文件 189 2018-05-15 08:46 bin\Debug\PDFTest.exe.config
文件 22016 2018-07-13 21:09 bin\Debug\PDFTest.pdb
............此处省略27个文件信息
相关资源
- C# NPOI生成word插入图片和表格
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - Professional+DevExpress+ASP.NET+Controls.pdf
- C# 6.0 in a Nutshell.pdf
- halcon 与C#之HWindow鼠标控制图片缩放,
- aspose包括Aspose.words、Aspose.Cells、Aspo
- Essential C# 7.0
- GDAL读取Shapefile并将Shape转换成WKT
- C#中用三种方法打印PDF文档
- 免费版 .NET PDF查看组件-Spire.Pdfviewer
- C#winfrom图片查看浏览器
- 《C#入门经典第五版》高清完整版带目
- C#与.NET程序员面试宝典_.pdf
- 免费PDF控件Spire.PDF
- professional C# 3rd edition 书 PDF版本 + 源代
- Programming C# 5.0-Building Windows 8 无水印
- ASP.NET开发人员手册(pdf)电子书
- wpf 图片滑动效果
- c#高级编程(第10版) 非扫描 中文 高
- Asp.net C#生成pdf文件
- 深入理解C# 高清 pdf
- ASP.NET MVC4 Web 编程.422页.高清完整版
- C#项目开发案例全程实录(第2版).
- 精通C#游戏编程.pdf
- Learning hard C#学习笔记pdf及源码
- AutoCAD VBA&VB;.NET开发基础与教程 C# PD
- C# 将office,PDF文件转换为SWF文件
- 《C#入门经典(第7版)》中英文PDF书
- 精通C#与.NET4.0数据库开发.pdf
评论
共有 条评论