鏈接:https://pan.baidu.com/s/1Dwuezo6YGe9CdlSyrwQyNg 密碼:c81a
1.安裝此程序
2.在安裝文件的bin下拷貝dll;
3.代碼引用
private void toDocx(string pathS, string pathT) { PdfDocument doc = new PdfDocument(); //PdfPageNumber startPage = new PdfPageNumber(); //startPage.StartNumber = 9; //doc.PageNumber = startPage; doc.LoadFromFile(pathS); doc.SaveToFile(pathT, FileFormat.DOC); System.Diagnostics.Process.Start(pathT); }
自己破解分享(.net3.5 dll):
鏈接:https://pan.baidu.com/s/1RFd-C4C4HroX8JUT2WIzSQ 密碼:0rg7
破解步驟:
破解工具分享:鏈接:https://pan.baidu.com/s/1Rm5_9dUZxq2AWjZ4hc_p4A 密碼:n099
1.安裝de4dot。dnspy直接就可以用,它運行需要安裝.netFramework 4.7..
2.在de4dot的exe目錄下運行cmd,運行命令
de4dot-64.exe -f "xxx\Spire.PDF.dll" -o "xxx\Spire.PDF.dump.dll" --dont-rename
3.用dnSpy打開Spire.PDF.dump.dll,按着自己的要求進行修改,保存。把此dll再改回原先的名字進行引用。