Package com.log4ic.utils.convert.office

Examples of com.log4ic.utils.convert.office.OfficeConverter.convert()


    public static void main(String[] args) throws Exception {
        DocViewer.initialize();
        OfficeConverter converter = new OfficeConverter();
        try {
            converter.convert("/home/icode/Desktop/b.txt", "/home/icode/Desktop/b.pdf");
        } catch (IOException e) {
            e.printStackTrace();
        }

        DocViewer.destroy();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.