|
|
#1 |
|
Connoisseur
![]() Posts: 76
Karma: 34
Join Date: Oct 2009
Device: none
|
A program for converting HTML pages into EPUB on a server side
|
|
|
|
|
|
#2 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 910
Karma: 15697153
Join Date: Mar 2011
Location: Norway
Device: Ipad, kindle paperwhite
|
If you are in a linux environment, epubs can be zipped from the command line or in bash:
zip -X0 "../$folder.epub" "mimetype" zip -X9r "../$folder.epub" "META-INF" zip -X9r "../$folder.epub" "OEBPS" where $folder is a parameter in the bash script. Adjust the paths to your own folder structure. You first have to make the OEBPS folder with the html files (can be fetched from the internet using wget) and content.opf and toc.ncx, which can be created from the command line. If you want to generate your own .ops and -ncx file you simply use something like this in your script: "string to write to file" > content.opf But if you're looking for a finished program to do it for you, I really have no idea. But it's possible to do it all from the command line or a bash script |
|
|
|
|
Enthusiast
|
|
|
|
#4 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,168
Karma: 1000593
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-300, PRS-T1
|
I believe some sites use Calibre in some form...
__________________
Creator and maintainer of the e-Book Tools Word add-in. Also see thread here on Mobileread. Creator and maintainer of the Clean HTML macro for MS Word. |
|
|
|
|
|
#5 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 106
Karma: 41738
Join Date: Jul 2012
Device: Nook
|
|
|
|
|
|
|
#6 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31
Karma: 487354
Join Date: Jul 2011
Device: iPad
|
I think you may mean this Epub creator?
http://www.enolsoft.com/epub-creator-for-mac.html support HTML input and get epub files. |
|
|
|
|
|
#7 |
|
Zealot
![]() ![]() Posts: 101
Karma: 126
Join Date: Feb 2012
Device: iPad, Kindle Touch, Sony PRS-T1
|
i really like dotepub mentioned above. http://myebookmaker.com/ is another but i haven't really tried it out. think there's a few more available as chrome extensions
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting .pdf to ePub - Pages jumbled. | Xyo | Workshop | 4 | 07-31-2011 01:15 PM |
| Newbie Needs Help: HTML pages to ePub | Amalthea | Conversion | 3 | 03-22-2011 09:03 PM |
| PDF 2 pages side by side convert to KINDLE | Tono1 | Amazon Kindle | 4 | 11-18-2010 01:21 PM |
| Problem converting a webpage html to LRF, what program should I use? Long page turns | seajewel | Workshop | 1 | 08-01-2008 06:32 AM |
| How to read a PDF format with 2 pages side by side ? | henkvdg | iRex | 2 | 12-15-2006 05:38 AM |