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

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

Reply via email to