09-28-2012, 08:28 AM | #1 |
Connoisseur
Posts: 90
Karma: 50000
Join Date: Oct 2009
Device: none
|
A program for converting HTML pages into EPUB on a server side
I need a program which would be able to convert HTML pages into EPUB file on a server side on the fly. I guess the program I'm looking for is same or similar what these online epub converters use. Can you give me a hint where to start?
|
09-28-2012, 03:27 PM | #2 |
Guru
Posts: 932
Karma: 15752887
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 |
Advert | |
|
09-28-2012, 04:14 PM | #4 |
Wizard
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
I believe some sites use Calibre in some form...
|
09-28-2012, 04:28 PM | #5 |
Wizard
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
|
Advert | |
|
09-29-2012, 05:40 AM | #6 |
Enthusiast
Posts: 41
Karma: 2621116
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. |
09-29-2012, 10:59 AM | #7 |
Groupie
Posts: 171
Karma: 86271
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 |