-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.sh
11 lines (6 loc) · 1.09 KB
/
book.sh
1
2
3
4
5
6
7
8
9
10
npm install
npx honkit epub ./ the-ethics-of-ai-navigating-complex-challenges-and-opportunities.epub
ebook-convert the-ethics-of-ai-navigating-complex-challenges-and-opportunities.epub the-ethics-of-ai-navigating-complex-challenges-and-opportunities.pdf --no-chapters-in-toc --chapter-mark=none --pdf-page-numbers --disable-markup-chapter-headings --paper-size a5 --pdf-page-margin-bottom 36 --pdf-page-margin-left 36 --pdf-page-margin-right 36 --pdf-page-margin-top 36 --extra-css page_styles.css
ebook-convert the-ethics-of-ai-navigating-complex-challenges-and-opportunities.epub the-ethics-of-ai-navigating-complex-challenges-and-opportunities.mobi
ebook-convert the-ethics-of-ai-navigating-complex-challenges-and-opportunities.epub the-ethics-of-ai-navigating-complex-challenges-and-opportunities.azw3
ebook-convert the-ethics-of-ai-navigating-complex-challenges-and-opportunities.epub the-ethics-of-ai-navigating-complex-challenges-and-opportunities.docx --no-chapters-in-toc --chapter-mark=none --disable-markup-chapter-headings --docx-no-toc --docx-no-cover --docx-page-size=a5 --extra-css page_styles.css