Quote:
Originally Posted by Nightcalib
Hey mehmedbasic, played around with it a bit and was in fact able to extract the text by changing the packagenumber and pasting the address into the browser. Looking at the source, I was able to get the raw text out, however I was not able to extract it with formatting. Instead it was filled with html formatting code.
|
The HTML formatting code is basically the raw EPUB content without metadata and the sort.Try pasting it into a .html file and opening it in your browser.
If that does not work, the web-based reader most certainly has some CSS styles in the header of the page or embedded directly in a style tag. You should be able to extract the stylesheets with little to no problems.