Thank you, but this does not lead to the required structure. The html files and the assets folder should be in a subfolder with the name EPUB. Is that possible? With your command the assets folder and the html files will be in the root folder of the epub-file.
Freundliche Grüsse Thomas Dumm Mitglied der Geschäftsleitung, Miteigentümer [Logo Delivros Orell Füssli AG] Delivros Orell Füssli AG – Dietzingerstrasse 3 – Postfach – CH-8036 Zürich Tel.: +41 58 100 71 34 Mobil: +41 79 504 35 15 E-Mail: [email protected]<mailto:[email protected]> Web: www.delivros-orellfuessli.ch<https://www.delivros-orellfuessli.ch/> Jeweils Montag bis Freitag erreichbar Von: Hussein Shafie <[email protected]> Gesendet: Donnerstag, 16. März 2023 17:12 An: Dumm Thomas <[email protected]> Cc: '[email protected]' <[email protected]> Betreff: Re: [ebookc] Is it possible to configure the command line version of the eBook compiler such that the folder structure is the following On 3/16/23 14:28, Dumm Thomas wrote: > > Is it possible to configure the command line version of the eBook > compiler such that the folder structure is the following: > > * *EPUB* > o book.opf > o file1.html > o file2.html > o file3.html > o *asstes* > + image1.jpg > + image2.jpg > + image3.jpg > * *META-INF* > * minetype > PS: This is when converting an .ebook to an epub3. Yes. You must use low-level parameter "resourcedirname" for that. See http://www.xmlmind.com/ebookc/_distrib/doc/manual/html/commandLine.html#commandLine__I__3x<https://protect-de.mimecast.com/s/6BIsCMZkXocq2Vn0Fkaebr> As all low-level parameters, its name must be prefixed with "proc." for this parameter to be taken into account. Actual example: --- ebookc -p epub-identifier urn:x-mlmind:ebookc:manual \ -p cover-image ebookc_manual.png \ -p proc.resourcedirname assets \ manual.ebook out/manual.epub ---
-- XMLmind Ebook Compiler Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ebookc-support
