epub java实现(附带源程序、jar包和epub电子书)

上传者: hk276506076 | 上传时间: 2015-06-25 00:00:00 | 文件大小: 13.06MB | 文件类型: rar
//读epub文件 Book book = null; try { InputStream inputStr = new FileInputStream(epubPath); book = epubReader.readEpub(inputStr); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } //设置epub文件内title. //本处修改了toc.ncx文件中的和content.opf中的标签内容. List titlesList = new ArrayList(); titlesList.add("test book"); book.getMetadata().setTitles(titlesList); //write epub EpubWriter epubWriter = new EpubWriter(); try { OutputStream ouput = new FileOutputStream("mynewbook.epub"); epubWriter.write(book, ouput); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); }

文件下载

资源详情

[{"title":"( 15 个子文件 13.06MB ) epub java实现(附带源程序、jar包和epub电子书)","children":[{"title":"test_epub","children":[{"title":"bin","children":[{"title":"epub","children":[{"title":"myBook.epub <span style='color:#111;'> 6.45MB </span>","children":null,"spread":false}],"spread":true},{"title":"com","children":[{"title":"hk","children":[{"title":"Test.class <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":".settings","children":[{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'> 598B </span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"epub","children":[{"title":"myBook.epub <span style='color:#111;'> 6.45MB </span>","children":null,"spread":false}],"spread":true},{"title":"com","children":[{"title":"hk","children":[{"title":"Test.java <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":".project <span style='color:#111;'> 385B </span>","children":null,"spread":false},{"title":".classpath <span style='color:#111;'> 671B </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"kxml2.jar <span style='color:#111;'> 39.70KB </span>","children":null,"spread":false},{"title":"slf4j-log4j12-1.6.1.jar <span style='color:#111;'> 9.52KB </span>","children":null,"spread":false},{"title":"slf4j-jdk14-1.6.1.jar <span style='color:#111;'> 8.68KB </span>","children":null,"spread":false},{"title":"slf4j-api-1.6.1.jar <span style='color:#111;'> 24.90KB </span>","children":null,"spread":false},{"title":"epublib-core-latest.jar <span style='color:#111;'> 213.98KB </span>","children":null,"spread":false},{"title":"log4j-1.2.15.jar <span style='color:#111;'> 382.65KB </span>","children":null,"spread":false},{"title":"slf4j-ext-1.6.1.jar <span style='color:#111;'> 41.09KB </span>","children":null,"spread":false},{"title":"slf4j-simple-1.6.1.jar <span style='color:#111;'> 7.49KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • impressionyang :
    附带的电子书是搞笑的吗23333
    2018-07-14
  • 浅笑天无情 :
    一般吧,只有读取文件,没有展示阅读epub文件
    2017-08-15
  • picture1122 :
    学习一下,谢谢。
    2017-08-10
  • 星语千寻 :
    还不错,可以参考下。。。
    2017-03-23
  • 嗜血的蟒 :
    例子还不错 可以参考
    2016-05-19

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明