資源簡介
第三方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個文件信息
評論
共有 條評論