Arduino Read or Convert .epub To String

Hello friends. How can I transfer texts from epub files to arduino? (from SD card). I want to read and parse them on the arduino. If possible, can you tell me how I can make .pdf files as well?

Any help

Open the file on the SD card and read it?

If it contains plain ascii text only, it should be the same. But I suspect that that is not the case. Do you have the spec for the epub format? Maybe EPUB 3.2 can be a start, else you must dig through the google results:

https://www.google.com/search?q=epub+specification

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.