WC Leung
WC Leung
I've tested a book using markdown and it's okay. Attached the [Uploading book_wk.pdf…](generated pdf) so you may have a look of the output (without gitbook-pdfgen related settings.) BTW, I think...
Found the cause of the crash... You book is a multipart book which is currently NOT supported by `gitbook-pdfgen`. Thanks for your bug report and the repo, and now I'll...
For non-ASCII characters, see https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1546. The outlook is not positive. @MuyNooB You're advised to convert these characters into English, or Pinyin.
I live in Hong Kong, so in the same time zone as you. BTW, I guess you shouldn't wait for the multiparty feature. That feature needs some engineering to be...
Figured out absolute file:// URL works for chinese, e.g. : `D:\Downloads\pas300-editor-master\_ebook>wkhtmltopdf "file:///D:/Downloads/pas300-editor-master/_ebook/%E5%9B%BE%E5%BD%A2%E7%BC%96%E8%BE%91%E5%99%A8%E6%A6%82%E8%BF%B0/%E5%9B%BE%E5%BD%A2%E7%BC%96%E8%BE%91%E5%99%A8%E6%A6%82%E8%BF%B0.html" test.pdf` The command is long, so we need to use `--read-args-from-stdin` to process the arguments. The code reading...
Non-ascii character handling is fixed in https://github.com/lwchkg/gitbook-pdfgen/commit/adc8835e832758220490ec9d0fbc63e61a440a54. Multipart book should render, but full fix is still pending.