1、The method createPDF(OutputStream) from the type ITextRenderer refers to the missing type DocumentException异常原因:
html代码生成PDF时的异常,通过查看源码,发现是因为没有导入相应的jar包,“com.lowagie.text”,在maven仓库可以搜索到:https://mvnrepository.com/artifact/org.jsoup/jsoup/1.13.1。
2、html代码生成PDF所需jar包
在maven仓库中都可以搜索到