xsl-list
[Top] [All Lists]

Re: [xsl] epub information

2018-04-16 14:15:07
If you already have produced all the XML and data files, I do not see what you 
need XSL for. The next step would be put those files into their own folder and 
packaging them into an EPUB-compliant ZIP file.

You can do so in the command line:

    cd EPUB_FOLDER
    zip -q0X PATH_TO_OUTPUT.epub mimetype && zip -qXr9D PATH_TO_OUTPUT.epub *

EPUB_FOLDER is the folder containing your mimetype and all other EPUB files. 
OUTPUT.epub is the path to the EPUB which MUST point to a path different from 
the current folder (for example, ~/output.epub)

Pagina EPUB-Checker is a fine little program with a GUI that can do that for 
you without the need to enter any command, and as a bonus also validate the 
resulting EPUB file for you: https://www.pagina.gmbh/produkte/epub-checker/

I am not affiliated with Pagina in any way.

Jorge Hernández Valiñani


El 16 abr 2018, a las 20:41, Rahul Singh 
rahulsinghindia15(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> escribió:

Hi,

Is there any way to create .epub file.

I have created META-INF, OEBPS, mimetype folder with data.

Regards,
Rahul
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>