Skip to content

Commit b94d771

Browse files
committed
add page number
1 parent 32bcf5e commit b94d771

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

downloads/typescript-book-zh_CN.epub

1 Byte
Binary file not shown.

downloads/typescript-book-zh_CN.pdf

87 KB
Binary file not shown.

downloads/typescript-book.epub

7 Bytes
Binary file not shown.

downloads/typescript-book.pdf

90.4 KB
Binary file not shown.

tools/make-books.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ epubcheck $DIR_DOWNLOADS/$OUTPUT_CN.epub
4444
epubcheck $DIR_DOWNLOADS/$OUTPUT_CN.epub
4545

4646
# Generate PDFs
47-
ebook-convert $DIR_DOWNLOADS/$OUTPUT_EN.epub $DIR_DOWNLOADS/$OUTPUT_EN.pdf
48-
ebook-convert $DIR_DOWNLOADS/$OUTPUT_CN.epub $DIR_DOWNLOADS/$OUTPUT_CN.pdf
47+
ebook-convert $DIR_DOWNLOADS/$OUTPUT_EN.epub $DIR_DOWNLOADS/$OUTPUT_EN.pdf --pdf-page-numbers
48+
ebook-convert $DIR_DOWNLOADS/$OUTPUT_CN.epub $DIR_DOWNLOADS/$OUTPUT_CN.pdf --pdf-page-numbers
4949

5050
echo "Books were created. Please commit!"

0 commit comments

Comments
 (0)