ITextRenderer refers to the missing type DocumentException

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包
ITextRenderer refers to the missing type DocumentException
在maven仓库中都可以搜索到

上一篇:C语言无缘无故提示缺少分号:missing ';' before identifier '...'


下一篇:Qt VS TOOLS添加新类编译错误“ Missing value after '-D'"、”输入行太长“