AnyBizSoft PDF to Word v3.0.15 專業(yè)PDF轉(zhuǎn)換Word工具(附注冊碼)
5.5MB / 11-06
銀燦IS916D量產(chǎn)工具 Innostor MP Tool 附PDF使用教程 V1.0.05中
1.27MB / 08-01
比較好用的pdg轉(zhuǎn)pdf工具(Pdg2Pic,FreePic2Pdf.exe) 4.07 綠色版[
2.56MB / 12-23
安國AlcorMP 量產(chǎn)工具合集(附pdf教程)
33MB / 07-23
銀燦IS916D量產(chǎn)工具V1.0.05_支持黑片(內(nèi)含PDF教程)
836KB / 07-23
多功能PDF工具箱合集 PDF Candy Desktop v2.8.3 免激活中文綠色
170.5MB / 03-27
Simpo PDF Password Remover pdf密碼破解清除工具/軟件 v3.0 綠
535KB / 08-28
PDF文檔生成工具 FinePrint PdfFactory Pro v12.07 中文官方安裝
22.3MB / 11-18
PDF格式恢復(fù)工具 DataNumen Advanced PDF Repair V1.2 綠色特別
3.7MB / 07-06
PDFScanner文檔惡意代碼檢測工具 v1.0 綠色免費版
178KB / 02-04
-
-
-
可道Koodo Reader(免費電子書閱讀器) for Windows v1.9.4 官方開 瀏覽閱讀 / 95.3MB
-
-
PDF編輯器Adobe Acrobat Pro DC 2025.001.20458 中文綠色便攜免 瀏覽閱讀 / 0.97GB
-
Adobe Acrobat Pro DC v2025.001.20458 中文正式免費版(附安裝教 瀏覽閱讀 / 1.34GB
-
Adobe Acrobat Pro DC 2025 v25.001.20458 英/中文直裝免費版(附 瀏覽閱讀 / 1.24GB
-
Adobe Acrobat Pro DC v2025.001.20458 中文免費綠色便攜版 64位 瀏覽閱讀 / 735MB
-
Adobe Acrobat Reader DC v2025.001.20458 中文綠色免安裝便攜版 瀏覽閱讀 / 562MB
-
Adobe Acrobat Reader DC v2025.001.20458 Update 官方免費正式 瀏覽閱讀 / 584MB
詳情介紹
ICSharpCode.SharpZipLib.dll (This component is used to parse the HTML)
itextsharp.dll (This component is used by Pdfizer to create the PDF document)
Pdfizer.dll (This is the main component with the HtmlToPdf object that executes the conversion operations).
Now we can add some code to use this component. Here is the code to generate a PDF from some HTML specified:
// set a path to where you want to write the PDF to.string sPathToWritePdfTo = @"C:\new_pdf_name.pdf"; // build some HTML text to write as a PDF. You could also // read this HTML from a file or other means.// NOTE: This component doesn't understand CSS or other // newer style HTML so you will need to use depricated // HTML formatting such as the <font> tag to make it look correct.System.Text.StringBuilder sbHtml = new System.Text.StringBuilder();sbHtml.Append("<html>");sbHtml.Append("<body>");sbHtml.Append("<font size='14'>My Document Title Line</font>");sbHtml.Append("<br />");sbHtml.Append("This is my document text");sbHtml.Append("</body>");sbHtml.Append("</html>"); // create file stream to PDF file to write tousing (System.IO.Stream stream = new System.IO.FileStream
(sPathToWritePdfTo, System.IO.FileMode.OpenOrCreate)){ // create new instance of Pdfizer Pdfizer.HtmlToPdfConverter htmlToPdf = new Pdfizer.HtmlToPdfConverter(); // open stream to write Pdf to to htmlToPdf.Open(stream); // write the HTML to the component htmlToPdf.Run(sbHtml.ToString()); // close the write operation and complete the PDF file htmlToPdf.Close();}This component also supports PDF Chapters. You could add a single line of code right before the Run() method to make the HTML specified a single chapter like this:
// open stream to write Pdf to tohtmlToPdf.Open(stream); // add a chapter for this HTMLhtmlToPdf.AddChapter("My Chapter Title 1"); // write the HTML to the componenthtmlToPdf.Run(sbHtml.ToString());Repeat the AddChapter() and Run() methods for each chapter you want to add and then Close() to commit it to the PDF.
下載地址
人氣軟件
Adobe Acrobat Pro DC 2022.001.20085 64位 中文破解版(附安裝教
Adobe Acrobat Pro DC 2025 v25.001.20458 英/中文直裝免費版(附
Adobe Acrobat Pro DC v2025.001.20458 中文免費直裝版(附教程)
Adobe Acrobat Pro DC v2025.001.20458 中文正式免費版(附安裝教
Foxit PDF Editor(PDF編輯器) v2023.3.0.23028 中文版破解綠色版
VCE文件瀏覽 Visual CertExam Suite 1.9 特別版[附破解文件]
Adobe Acrobat Pro DC v2025.001.20458 中文免費綠色便攜版 64位
用來打開VCE格式文件 Visual Certexam Suite1.9 綠色特別版
Adobe Acrobat Reader DC v2025.001.20458 中文綠色免安裝便攜版
Adobe Acrobat PRO DC v2025.001.20458 32位 中文正式直裝版(附
相關(guān)文章
-
Flip PDF Plus Corporate(PDF電子書翻頁工具) v7.7.22 英文免費安裝版
Flip PDF Plus Corporate一款簡單好用的PDF文件翻頁效果增強工具,可以將PDF或者圖片轉(zhuǎn)換成翻頁電子雜志,支持添加多媒體文件進行PDF文件的轉(zhuǎn)換等操作等 ...
-
Readest(電子書閱讀器) v0.9.28 綠色免安裝版
Readest綠色版是一款好用的電子書閱讀器,為追求沉浸式深度閱讀體驗的用戶打造,支持多種電子書格式,包括EPUB、MOBI、AZW3和PDF等,歡迎下載體驗...
-
Olib(免費下載zlibrary書籍) v2.1.1 中文綠色永久免費版
Olib是一款可免費高速下載zlibrary書籍的開源軟件,無任何次數(shù)限制,有了Olib再也不需要去找域名和鏡像網(wǎng)站了,Z-Library 號稱“全球最大的數(shù)字圖書館”和“全球最大的科學(xué)...
-
潮汐閱讀 v14.4.2 官方安裝版
潮汐閱讀官方最新版是一個簡約優(yōu)美的小說閱讀器,支持一鍵緩存、海量小說免費看、自定義排版、書架管理、平臺互通、小說格式支持、閱讀樣式選擇、摸魚模式、自動滾動等多種...
-
Global Book 圖書閱讀器 v1.0.2 安裝免費版
Global Book旨在打造一個開放、免費且非商業(yè)化的文學(xué)平臺,讓每一位熱愛閱讀的用戶都能享受到無國界、無障礙的閱讀體驗,歡迎需要的朋友下載使用...
-
Adobe Acrobat Classic v2024.001.30213 x64 多語言直裝版
Acrobat Classic 是 Acrobat 的最新非訂閱版本,僅限桌面使用。它簡化了從桌面處理 PDF 時的日常 PDF 任務(wù),并且包含多項可提高工作效率的增強功能...
下載聲明
☉ 解壓密碼:www.dbjr.com.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
☉ 如果這個軟件總是不能下載的請在評論中留言,我們會盡快修復(fù),謝謝!
☉ 下載本站資源,如果服務(wù)器暫不能下載請過一段時間重試!或者多試試幾個下載地址
☉ 如果遇到什么問題,請評論留言,我們定會解決問題,謝謝大家支持!
☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請購買正版。
☉ 本站提供的PDFizer 可以將html轉(zhuǎn)換成pdf格式文檔的工具資源來源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。