注意:在cpechkin使用的時候「目標平台必須使用x86」// 設定邊緣距離
.setmargins(new margins(100, 100, 100, 100)));
// 獲取網頁上的資料
byte buf = sc.convert(new uri(@""));
// pdf 儲存的路徑
string fn = @"d:\pechkintest.pdf";
filestream fs = new filestream(fn, filemode.create);
fs.write(buf, 0, buf.length);
fs.close();
cpechkinglobalconfig config = new globalconfig();
******pechkin pechkin = new ******pechkin(config);
objectconfig objectconfig = new objectconfig();
objectconfig.setprintbackground(true)
.setloadimages(true)
.setaffectpagecounts(true)
.setpageuri("");
byte bytepdf = pechkin.convert(objectconfig);
file.writeallbytes("d:\\cpechkintest.pdf", bytepdf);
網頁匯出成PDF
將網頁內容匯出成pdf可以從兩個方面實現 1 前端實現 前端實現在github上搜尋後,找到了乙個還不錯的例子,使用的是jspdf這些工具包實現的。有一篇寫的不錯的博文,詳細介紹了前端控制頁面生成pdf的方式 html匯出pdf的四種方式 誰將新樽辭舊月,今月曾經照古人 cnblogs.com gi...
匯出PDF亂碼
客戶問題 客戶環境 linux系統weblogic10.3.0.0 用weblogic自帶 jdk160 05 匯出pdf中文字型全是口 解決方法 客戶的說他們的測試伺服器和生產伺服器環境是一樣的,就先在測試環境中搭建了乙個demo做匯出測試,demo中有jsp測試jdk有哪些字型,執行demo中的...
PDF報表匯出
使用itext pdf 類庫匯出 1.匯入依賴 com.lowagiegroupid itextartifactid 4.2.1version dependency com.itextpdfgroupid itext asianartifactid 5.2.0version dependency 2...