XtremeDocumentStudio for Java如何转换DOCX文件为PDF

作者:控件中国网   出处:控件中国网   2015-12-15 14:24:43   阅读:4

Gnostice XtremeDocumentStudio (for Java)是一款多格式文档处理控件集,专门用于J2SE/J2EE软件开发人员,现在改产品支持浏览、打印和转换PDF, DOCX, BMP, JPEG, PNG, JPEG2000 以及单页和多页TIFF文件,在这篇文档中咱们主要介绍文档的转换DOCX为PDF,控件提供的com.Gnostice.documents.DocumentConverter转换类专门用于文档的转换,开发人员直接为DocumentConverter提供输入输出文件名即可完成转换了,具体实现的方法可以参考下面的代码:
2015-03-SCREENSHOT-XtremeDocumentStudio-Java-Document-Conver
import com.Gnostice.core.XDocException;
import com.Gnostice.documents.ConverterException;
import com.Gnostice.documents.DocumentConverter;
import com.Gnostice.documents.FormatNotSupportedException;
 
public class DocumentConversionDemo {  
  public static void main(String[] args) {
    DocumentConverter dc = new DocumentConverter();
    try {
      dc.convertToFile("./sample.docx", "./sample.pdf");
    } catch (FormatNotSupportedException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    } catch (ConverterException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    } catch (XDocException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }    
  }
}
Copyright© 2006-2015 ComponentCN.com all rights reserved.重庆磐岩科技有限公司(控件中国网) 版权所有 渝ICP备12000264号 法律顾问:元炳律师事务所
客服软件
live chat