摘要: 1.导入 jcom.jar2.主要代码import jp.ne.so_net.ga2.no_ji.jcom.IDispatch;import jp.ne.so_net.ga2.no_ji.jcom.ReleaseManager;public class Office2Pdf { public void createPDF(String officePath, String pdfPath) throws Exception { ReleaseManager rm = null; IDispatch app = null; try { ... 阅读全文
posted @ 2012-04-14 10:54 未来是个梦 阅读(747) 评论(3) 推荐(0)