-2

I am new to epub and I have to write code which take epub file(.epub) as an input and preview that file using regular java and response like epub reader.

Mian
  • 53
  • 4

1 Answers1

1

Use Epublib. Epublib is a java library for managing epub files. It’s capable of reading and writing epub files programmatically. API docs are available here.

titogeo
  • 1,985
  • 1
  • 25
  • 37