spire.pdf for java 5.2.3已发布。该版本支持将tiff文件转换为pdf以及将ofd文件转换为pdf,还增强了pdf到html,pdf到图片,pdf到pdfa1b,pdf到pdfa2a的转换功能。此外还修复了程序在查找pdf文本时抛出“nullpointerexception”等已知问题。详情请阅读以下内容。
新功能:
- 支持将tiff文件转换为pdf
pdfdocument doc = new pdfdocument();
pdfpagebase page = doc.getpages().add();
pdfimage mytiff = pdfimage.fromfile("tifftopdf.tiff");
page.getcanvas().drawimage(mytiff, 60, 60, 260, 150);
doc.savetofile("output.pdf", fileformat.pdf);
boolean ispasswordprotected = pdfdocument.ispasswordprotected(inputfile);
ofdconverter converter = new ofdconverter(inputfile);
converter.topdf(outputfile);
问题修复:
- 修复了pdf转图片后内容显示不正确的问题。
- 修复了pdf转html后部分内容丢失的问题。
- 修复了pdf转pdfa1b后验证失败的问题。
- 修复了程序在将pdf转换为图像时抛出“nullpointerexception”的问题。
- 修复了程序在获取pdf附件时抛出“nullpointerexception”的问题。
- 修复了程序在查找pdf文本时抛出“nullpointerexception”的问题。
- 修复了程序在将pdf转换为pdfa2a时抛出“nullpointerexception”的问题。
获取spire.pdf for java 5.2.3请点击: