Skip to main content
Commonmark migration
Source Link

Epub Format

##Epub Format## EpubEpub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

Pandoc

##Pandoc## Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LaTeX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

Sigil

##Sigil## AA GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


Online Epub Generators

##Online Epub Generators## IfIf you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub

##Epub Format## Epub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

##Pandoc## Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LaTeX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

##Sigil## A GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


##Online Epub Generators## If you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub

Epub Format

Epub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

Pandoc

Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LaTeX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

Sigil

A GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


Online Epub Generators

If you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub

edited body
Source Link
Anthon
  • 7.7k
  • 3
  • 24
  • 56

##Epub Format## Epub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

##Pandoc## Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LateXLaTeX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

##Sigil## A GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


##Online Epub Generators## If you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub

##Epub Format## Epub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

##Pandoc## Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LateX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

##Sigil## A GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


##Online Epub Generators## If you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub

##Epub Format## Epub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

##Pandoc## Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LaTeX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

##Sigil## A GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


##Online Epub Generators## If you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub

Source Link
hanxue
  • 206
  • 1
  • 3

##Epub Format## Epub is actually a collection of files in ZIP format. You can create an epub without any specialize tool, for example taking a book's content from https://github.com/Gluejar/open_access_ebooks_ebook and running

zip -Xr9D The_Velveteen_Rabbit.epub mimetype * -x .DS_Store 

##Pandoc## Pandoc is an easy to use command line tool to generate epubs, and a lot more markup formats such as LateX, Markdown, HTML5, Word docx and ODT are supported. Here is an example:

pandoc mybook.txt -o mybook.epub 

Read more about epub creation examples.

I have used it to conveniently generate epub from a Git repositories' documentation to easier reading.

##Sigil## A GUI alternative is Sigil, with the benefit of in-place editors as well as extensive styling tools.


##Online Epub Generators## If you cannot/do not want to install applications, there are online tools that can generate epubs, such as http://ebook.online-convert.com/convert-to-epub