Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
publishing:digital:html [2021/03/20 08:23] – created maartenpublishing:digital:html [2021/03/20 10:57] maarten
Line 3: Line 3:
 To publish on the web, use the HTML code from the epub file, which will need minimal cleaning. To get the “raw” HTML from the epub file, go to https://www.onlineconverter.com/epub-to-html and upload your epub. You get a zip file back, which you need to unzip: To publish on the web, use the HTML code from the epub file, which will need minimal cleaning. To get the “raw” HTML from the epub file, go to https://www.onlineconverter.com/epub-to-html and upload your epub. You get a zip file back, which you need to unzip:
  
 +{{:publishing:digital:html.jpg|}}
  
 All we are interested in is the index.htm file, which is all the merged chapters of the book in a single file. All we are interested in is the index.htm file, which is all the merged chapters of the book in a single file.
 Delete the headers and footers like this: Delete the headers and footers like this:
  
 +{{:publishing:digital:html2.jpg|}}
  
 It is good practice to remove instances like ''class="calibre4"'',  ''class="calibre1"'' with a simple mass “find and replace”, though not strictly necessary. It is good practice to remove instances like ''class="calibre4"'',  ''class="calibre1"'' with a simple mass “find and replace”, though not strictly necessary.