使用itext7把html匯出為pdf,並設定中文

2021-10-08 09:56:19 字數 934 閱讀 3948

導包

<

!-- html轉pdf工具--

>

com.itextpdf<

/groupid>

html2pdf<

/artifactid>

3.0.0

<

/version>

<

/dependency>

<

!-- 中文字型--

>

com.itextpdf<

/groupid>

font-asian<

/artifactid>

7.1.11

<

/version>

<

/dependency>

html匯出為pdf(問題:中文無法顯示)

/**

* html匯出為pdf(問題:中文無法顯示)

** @throws ioexception ioexception

*/@test

public

void

test()

throws ioexception

html匯出為pdf(解決中文無法顯示的問題)

/**

* html匯出為pdf(解決中文無法顯示的問題)

* 步驟1:導包font-asian

* 步驟2:設定converterproperties

** @throws ioexception ioexception

*/@test

public

void

test1()

throws ioexception

C 筆記 itext7將HTML轉為PDF

從nuget搜尋安裝 itext7.pdfhtml 安裝時根據提示一併安裝5個依賴項 itext7 microsoft.csharp portable.bouncycastle common.logging common.logging.core 由於itext7與itext5在結構和用法上有些區別...

Java中利用IText7生成PDF

下面介紹幾種itext7生成pdf的一些頁面元素的方法 官網1 新增 import com.itextpdf.kernel.font.pdffont import com.itextpdf.kernel.font.pdffontfactory import com.itextpdf.kernel.p...

itext7填充PDF模板(二)填充pdf模板

本篇文章主要講解的是如何採用itext7進行模板填充。private static void fillparam pdfreader pdfreader,pdfwriter pdfwriter,mapmap,listpdfpositons throws malformedurlexception c...