java项目中,使用openoffice4.1.1将ppt转换成pdf报错,如图所示 30
只是在转换的时候报错,之前转换的几个ppt(几百KB~10M)文件没有报错,正常转换为pdf,但转换网上下载用于测试的ppt时报错,如图:网上查了查,有的说是有字体无法显...
只是在转换的时候报错,之前转换的几个ppt(几百KB~10M)文件没有报错,正常转换为pdf,但转换网上下载用于测试的ppt时报错,如图:网上查了查,有的说是有字体无法显示,有的说转换格式不兼容,我要具体的解决办法,可以正常转换的方法或代码,越详细越好,别说用jacob,无法再linux使用。
转为pdf代码:
//转为pdf private void doc2pdf() throws Exception { if (docFile.exists()) { if (!pdfFile.exists()) { OpenOfficeConnection connection = new SocketOpenOfficeConnection(8100); try { connection.connect(); DocumentConverter converter = new OpenOfficeDocumentConverter(connection);
//下面这一行报错
converter.convert(docFile, pdfFile); connection.disconnect(); System.out.println("****pdf转换成功,PDF输出:" + pdfFile.getPath()+ "****"); } catch (java.net.ConnectException e) { e.printStackTrace(); System.out.println("****转换器异常,openoffice服务未启动****"); throw e; } catch (com.artofsolving.jodconverter.openoffice.connection.OpenOfficeException e) { e.printStackTrace(); System.out.println("****转换器异常,读取转换文件失败****"); } catch (Exception e) { e.printStackTrace(); throw e; } }else{ System.out.println("****已经转换为pdf,不需要再进行转化****"); } }else{ System.out.println("****转换器异常,需要转换的文档不存在,无法转换****"); } } 展开
转为pdf代码:
//转为pdf private void doc2pdf() throws Exception { if (docFile.exists()) { if (!pdfFile.exists()) { OpenOfficeConnection connection = new SocketOpenOfficeConnection(8100); try { connection.connect(); DocumentConverter converter = new OpenOfficeDocumentConverter(connection);
//下面这一行报错
converter.convert(docFile, pdfFile); connection.disconnect(); System.out.println("****pdf转换成功,PDF输出:" + pdfFile.getPath()+ "****"); } catch (java.net.ConnectException e) { e.printStackTrace(); System.out.println("****转换器异常,openoffice服务未启动****"); throw e; } catch (com.artofsolving.jodconverter.openoffice.connection.OpenOfficeException e) { e.printStackTrace(); System.out.println("****转换器异常,读取转换文件失败****"); } catch (Exception e) { e.printStackTrace(); throw e; } }else{ System.out.println("****已经转换为pdf,不需要再进行转化****"); } }else{ System.out.println("****转换器异常,需要转换的文档不存在,无法转换****"); } } 展开
2个回答
展开全部
换个转换方法试试看:
可以进入PPT转PDF在线 http://app.xunjiepdf.com/ppt2pdf;
添加要转换的ppt文件后点击开始转换;
在开始转换按钮变成下载文件按钮后,就将转换好的文件下载下来。
可以进入PPT转PDF在线 http://app.xunjiepdf.com/ppt2pdf;
添加要转换的ppt文件后点击开始转换;
在开始转换按钮变成下载文件按钮后,就将转换好的文件下载下来。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询