Posts

Showing posts from August, 2018

eBook formats and reading devices

Digital version of a printed book which also consisting of text, images and can be read on a laptop, computer or a specifically designed handheld device. Now interactive e-books can be designed and produced for better user experience. “As most of the e-book readers are younger, so our responsibility is to provide digital content on such media devices which they like...” These are the formats used on the majority of eBook devices and sold by the major retailers Kindle Format: Amazon KF8 eBooks can be read on any of the Kindle devices and Kindle Apps. Kindle file extensions: .mobi , and .azw ePub The ePub standard is maintained by the International Digital Publishing Forum (IDPF), a non-profit organization. ePub files are natively reflowable. Amazon updated its KindleGen tool to better handle the automated conversion of ePub files. ePub file extension: .epub ePub3 is the latest version of the ePub format, and support HTML 5, CSS 3 and javascript for interactivity. Apple...

Fixed-layout epub in ADE

Fixed-layout epub v3 is now supported by ADE [Adobe Digital Edition]. You can view fixed layout epub in two-page orientation. Add these lines to OPF file in metadata section <meta property="rendition:layout">pre-paginated</meta> <meta property="rendition:orientation">auto</meta> <meta property="rendition:spread">auto</meta>