alanshaw/markdown-pdf

output empty pdf file without error

strongWei opened this issue · 1 comments

i olnly use the markdown-pdf command, the size of markdown file is more than 50k, i use command below:

markdown-pdf -p 'my phantomjs'  ./test.md -o ./test.pdf
# with nothing output

and the output pdf is empty

System info:

  • os: Ubuntu 20.04.2 LTS
  • npm: 9.5.0
  • node: v18.14.2

if you need my markdown pdf, please contact me, thx

Might be related with the markdown being to big (?), try adding large timeouts for loading (--load-timeout)