Posts

Showing posts with the label InDesign

Pixel perfect typography in HTML : canvas or span?

The support for rich typographic features for Web is increasing continuously. Support for web fonts with @font-face rules and open type features was a big leap forward. For some beautiful examples see  Awwwards  typography section: https://www.awwwards.com/websites/typography/ But its still well behind the high end capabilities of page layout design and publishing desktop applications such as QuarkXPress , Adobe InDesign , Scribus , Serif PagePlus/Upcoming Affinity Publisher etc. Text with rich typographic control provided in these kind of applications cannot be represented on Web with simple mapping of objects to html elements and properties/attributes to css styles. So I was tasked with a similar requirement: The rich typographic contents of the page layout and designs of the application must appear pixel-perfect in html browser and different e-readers. The analysis narrowed down to a couple of ways Having usual <p> and <span> elements and controlling...

Submitting ePub/ebook for publishing on iBooks Store

Image
Recently I successfully published a couple of ePubs on iBooks Store as free books. Second one took 15 minutes to submit. Yes only 15 minutes. However thats because I had spent 3-4 hrs in submitting first book and that experience helped me. The steps are clearly illustrated with screenshots at: https://www.aquafadas.com/documentation/calenco/en/Publish_an_ePub/content/ However its easier said than done for the first timers so I suggest you go through above once and follow steps listed below to avoid common mistakes. What all you need - A Checklist Apple ID [Can be created on  https://appleid.apple.com/ ] ePub you wish to upload ePubCheck [ https://github.com/IDPF/epubcheck/releases  or  http://validator.idpf.org/ ] Cover image for the book iTunes Producer [ http://itunespartner.apple.com/en/books/tools ] Optional screenshots of the book Steps to submit book on iBook Store Validate the ePub So you have your to-be-bestseller book as ePub file with ...