本文介绍如何使用spire.doc for java将word转为tiff的方法。
用于测试的word文档如下:
import com.spire.doc.*;
public class wordtotiff {
public static void main(string[] args) {
document doc = new document();
doc.loadfromfile("inputfile.docx");
doc.savetotiff("totiff.tiff");
}
}
转换后的tiff文件: