wkhtmltopdf如何協(xié)助后端導(dǎo)出復(fù)雜pdf文件的第三方軟件

這期內(nèi)容當(dāng)中小編將會給大家?guī)碛嘘P(guān)wkhtmltopdf如何協(xié)助后端導(dǎo)出復(fù)雜pdf文件的第三方軟件,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。

創(chuàng)新互聯(lián)建站專注于鏡湖網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供鏡湖營銷型網(wǎng)站建設(shè),鏡湖網(wǎng)站制作、鏡湖網(wǎng)頁設(shè)計、鏡湖網(wǎng)站官網(wǎng)定制、微信小程序服務(wù),打造鏡湖網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供鏡湖網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。

(1)術(shù)語定義

文檔對象
“文檔對象”是指PDF文檔中的文檔對象,共有三種類型的“文檔對象”,他們分別是“頁面對象”,“封面對象”和“目錄對象”。
頁面對象
“頁面對象”是指以頁面的形式在PDF文檔中呈現(xiàn)的對象,這個是相對于“封面對象”和“目錄對象”來講的。此類對象會成為PDF文檔中內(nèi)容。
封面對象
“封面對象”是指以封面的形式在PDF文檔中呈現(xiàn)的對象。這類對象會成為PDF文檔中的封面。
目錄對象
“目錄對象”是以目錄的形式在PDF文檔中呈現(xiàn)的對象,又叫“TOC對象”。這類對象會成為PDF文檔中的目錄。
大綱
“大綱”是指閱讀PDF文檔時的書簽導(dǎo)航。
外鏈
“外鏈”是指所有在這個頁面中且不指向它自身頁面中錨點的超鏈接。
內(nèi)鏈
“內(nèi)鏈”是指在這個頁面中且指向的目標(biāo)頁面是這個頁面本身中的一個錨點的超鏈接。

(2)命令格式

wkhtmltopdf [GLOBAL OPTION]... [OBJECT]... <output file>

上述代碼就是 wkhtmltopdf 的命令行格式,看似簡單,其實在 [GLOBAL OPTION] 和 [OBJECT] 中還別有洞天。預(yù)知詳情,且聽我慢慢道來。

(3)參數(shù)

常規(guī)選項

–allow <path> 允許加載從指定的文件夾中的文件或文件(可重復(fù))
–book* 設(shè)置一會打印一本書的時候,通常設(shè)置的選項
–collate 打印多份副本時整理
–cookie <name> <value> 設(shè)置一個額外的cookie(可重復(fù))
–cookie-jar <path> 讀取和寫入的Cookie,并在提供的cookie jar文件
–copies <number> 復(fù)印打印成pdf文件數(shù)(默認為1)
–cover* <url> 使用HTML文件作為封面。它會帶頁眉和頁腳的TOC之前插入
–custom-header <name> <value> 設(shè)置一個附加的HTTP頭(可重復(fù))
–debug-javascript 顯示的javascript調(diào)試輸出
–default-header* 添加一個缺省的頭部,與頁面的左邊的名稱,頁面數(shù)到右邊,例如: –header-left '[webpage]’ –header-right ‘[page]/[toPage]' –header-line
–disable-external-links* 禁止生成鏈接到遠程網(wǎng)頁 –disable-internal-links* 禁止使用本地鏈接 –disable-javascript 禁止讓網(wǎng)頁執(zhí)行JavaScript
–disable-pdf-compression* 禁止在PDF對象使用無損壓縮
–disable-smart-shrinking* 禁止使用WebKit的智能戰(zhàn)略收縮,使像素/ DPI比沒有不變
–disallow-local-file-access 禁止允許轉(zhuǎn)換的本地文件讀取其他本地文件,除非explecitily允許用 –allow
–dpi <dpi> 顯式更改DPI(這對基于X11的系統(tǒng)沒有任何影響)
–enable-plugins 啟用已安裝的插件(如Flash –encoding <encoding> 設(shè)置默認的文字編碼
–extended-help 顯示更廣泛的幫助,詳細介紹了不常見的命令開關(guān)
–forms* 打開HTML表單字段轉(zhuǎn)換為PDF表單域
–grayscale PDF格式將在灰階產(chǎn)生 –help Display help
–htmldoc 輸出程序HTML幫助 –ignore-load-errors 忽略claimes加載過程中已經(jīng)遇到了一個錯誤頁面
–lowquality 產(chǎn)生低品質(zhì)的PDF/ PS。有用縮小結(jié)果文檔的空間
–manpage 輸出程序手冊頁
–margin-bottom <unitreal> 設(shè)置頁面下邊距 (default 10mm)
–margin-left <unitreal> 將左邊頁邊距 (default 10mm)
–margin-right <unitreal> 設(shè)置頁面右邊距 (default 10mm)
–margin-top <unitreal> 設(shè)置頁面上邊距 (default 10mm)
–minimum-font-size <int> 最小字體大小 (default 5)
–no-background 不打印背景 –orientation <orientation> 設(shè)置方向為橫向或縱向
–page-height <unitreal> 頁面高度 (default unit millimeter)
–page-offset* <offset> 設(shè)置起始頁碼 (default 1)
–page-size <size> 設(shè)置紙張大小: A4, Letter, etc.
–page-width <unitreal> 頁面寬度 (default unit millimeter)
–password <password> HTTP驗證密碼
–post <name> <value> Add an additional post field (repeatable)
–post-file <name> <path> Post an aditional file (repeatable)
–print-media-type* 使用的打印介質(zhì)類型,而不是屏幕
–proxy <proxy> 使用代理
–quiet Be less verbose
–read-args-from-stdin 讀取標(biāo)準輸入的命令行參數(shù)
–readme 輸出程序自述 –redirect-delay <msec> 等待幾毫秒為JS-重定向(default 200)
–replace* <name> <value> 替換名稱,值的頁眉和頁腳(可重復(fù))
–stop-slow-scripts 停止運行緩慢的JavaScripts
–title <text> 生成的PDF文件的標(biāo)題(第一個文檔的標(biāo)題使用,如果沒有指定)
–toc* 插入的內(nèi)容的表中的文件的開頭 –use-xserver* 使用X服務(wù)器(一些插件和其他的東西沒有X11可能無法正常工作)
–user-style-sheet <url> 指定用戶的樣式表,加載在每一頁中 –username <username> HTTP認證的用戶名
–version 輸出版本信息退出 –zoom <float> 使用這個縮放因子 (default 1)

頁眉和頁腳選項

–header-center* <text> (設(shè)置在中心位置的頁眉內(nèi)容)
–header-font-name* <name> (default Arial) (設(shè)置頁眉的字體名稱)
–header-font-size* <size> (設(shè)置頁眉的字體大小)
–header-html* <url> (添加一個HTML頁眉,后面是網(wǎng)址)
–header-left* <text> (左對齊的頁眉文本)
–header-line* (顯示一條線在頁眉下)
–header-right* <text> (右對齊頁眉文本)
–header-spacing* <real> (設(shè)置頁眉和內(nèi)容的距離,默認0)
–footer-center* <text> (設(shè)置在中心位置的頁腳內(nèi)容)
–footer-font-name* <name> (設(shè)置頁腳的字體名稱)
–footer-font-size* <size> (設(shè)置頁腳的字體大小default 11)
–footer-html* <url> (添加一個HTML頁腳,后面是網(wǎng)址)
–footer-left* <text> (左對齊的頁腳文本)
–footer-line* 顯示一條線在頁腳內(nèi)容上)
–footer-right* <text> (右對齊頁腳文本)
–footer-spacing* <real> (設(shè)置頁腳和內(nèi)容的距離)
./wkhtmltopdf –footer-right '[page]/[topage]' https://www.baidu.com baidu.pdf
./wkhtmltopdf –header-center '報表' –header-line –margin-top 2cm –header-line http://192.168.212.139/oma/ oma.pdf

表內(nèi)容選項中

–toc-depth* <level> Set the depth of the toc (default 3)
–toc-disable-back-links* Do not link from section header to toc
–toc-disable-links* Do not link from toc to sections
–toc-font-name* <name> Set the font used for the toc (default Arial)
–toc-header-font-name* <name> The font of the toc header (if unset use –toc-font-name)
–toc-header-font-size* <size> The font size of the toc header (default 15)
–toc-header-text* <text> The header text of the toc (default Table Of Contents)
–toc-l1-font-size* <size> Set the font size on level 1 of the toc (default 12)
–toc-l1-indentation* <num> Set indentation on level 1 of the toc (default 0)
–toc-l2-font-size* <size> Set the font size on level 2 of the toc (default 10)
–toc-l2-indentation* <num> Set indentation on level 2 of the toc (default 20)
–toc-l3-font-size* <size> Set the font size on level 3 of the toc (default 8)
–toc-l3-indentation* <num> Set indentation on level 3 of the toc (default 40)
–toc-l4-font-size* <size> Set the font size on level 4 of the toc (default 6)
–toc-l4-indentation* <num> Set indentation on level 4 of the toc (default 60)
–toc-l5-font-size* <size> Set the font size on level 5 of the toc (default 4)
–toc-l5-indentation* <num> Set indentation on level 5 of the toc (default 80)
–toc-l6-font-size* <size> Set the font size on level 6 of the toc (default 2)
–toc-l6-indentation* <num> Set indentation on level 6 of the toc (default 100)
–toc-l7-font-size* <size> Set the font size on level 7 of the toc (default 0)
–toc-l7-indentation* <num> Set indentation on level 7 of the toc (default 120)
–toc-no-dots* Do not use dots, in the toc

輪廓選項

–dump-outline <file> 轉(zhuǎn)儲目錄到一個文件
–outline 顯示目錄(文章中h2,h3來定)
–outline-depth <level> 設(shè)置目錄的深度(默認為4)

頁腳和頁眉

  • [page] 由當(dāng)前正在打印的頁的數(shù)目代替

  • [frompage] 由要打印的第一頁的數(shù)量取代

  • [topage] 由最后一頁要打印的數(shù)量取代

  • [webpage] 通過正在打印的頁面的URL替換

  • [section] 由當(dāng)前節(jié)的名稱替換

  • [subsection] 由當(dāng)前小節(jié)的名稱替換

  • [date] 由當(dāng)前日期系統(tǒng)的本地格式取代

  • [time] 由當(dāng)前時間,系統(tǒng)的本地格式取代

上述就是小編為大家分享的wkhtmltopdf如何協(xié)助后端導(dǎo)出復(fù)雜pdf文件的第三方軟件了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。

分享標(biāo)題:wkhtmltopdf如何協(xié)助后端導(dǎo)出復(fù)雜pdf文件的第三方軟件
文章地址:http://bm7419.com/article48/igdpep.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供Google、手機網(wǎng)站建設(shè)、服務(wù)器托管網(wǎng)站內(nèi)鏈、商城網(wǎng)站域名注冊

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

h5響應(yīng)式網(wǎng)站建設(shè)