limedocs / limedocs-wiki-converter

Generate HTML & PDF documentation from you Github wiki or any other markdown-based wiki
MIT License
43 stars 65 forks source link

Using pdf format for output throws an error #5

Open zlotny opened 6 years ago

zlotny commented 6 years ago

Using version: 0.1.12

Using lwc like this: lwc -f pdf ./MySoftware.wiki

Gives me this error:


      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at _errnoException (util.js:999:13)
    at Pipe.onread (net.js:629:25)```

HTML works fine. Any suggestions? Thank you so much
zlotny commented 6 years ago

Nevermind, I solved that issue. I had not installed wkhtmltopdf.

Now I have another problem. Everytime I generate a PDF it is corrupt (tested with okular and Acrobat Reader 9 in Linux)