gitbook2pdf icon indicating copy to clipboard operation
gitbook2pdf copied to clipboard

gitbook2pdf stopped working

Open mrdc opened this issue 3 years ago • 1 comments

Hi,

Unfortunately, gitbook2pdf stopped working: it can't save, for example, https://kubernetes.feisky.xyz which is shown in documentation.

output:

python3 gitbook.py http://kubernetes.feisky.xyz/
crawl : all done!
Generating pdf,please wait patiently
Fontconfig warning: ignoring UTF-8: not a valid region tag
Generated

It produces 序言-Kubernetes指南.html which is 342 bytes:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">      
<meta name=generator content=gitbook2pdf><meta name=title content=序言-Kubernetes指南><meta name=author content=kubernetes.feisky.xyz><meta name=dcterms.created content=2021-08-24T15:26:37><meta name=dcterms.modified content=2021-08-24T15:26:37><body>
</body>
</html>

and 序言-Kubernetes指南.pdf which is 930 bytes

mrdc avatar Aug 24 '21 15:08 mrdc

Same issue

slingjun avatar Nov 22 '21 08:11 slingjun