Spire.PDF for Java 3.6.9已发布。该版本支持设置PdfPopupAnnotation的作者和主题,并修复了将Html转为PDF时抛异常和page.ImagesInfo中图片的索引与page.ReplaceImage方法中图片索引不一致的问题。新功能及问题修复详情如下。 新功能: 支持设置PdfPopupAnnotation的作者和主题 PdfPopupAnnotation annotation = new PdfPopupAnnotation(rectangle2D, markupText); annotation.setAuthor("e-iceblue"); annotation.setSubject("subject_popup"); 问题修复: 修复了page.ImagesInfo中图片的索引与page.ReplaceImage方法中图片索引不一致的问题 修复了MAC环境使用QT插件转换html到PDF程序抛"java.lang.UnsatisfiedLinkError"的问题 获取Spire.PDF for Java 3.6.9,请点击: https://www.e-iceblue.cn/Downloads/Spire-PDF-JAVA.html