• 大小: 18.92M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: pdf  转换  图片  

资源简介

   第三方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.xml
     文件        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个文件信息

评论

共有 条评论