Skip to content

Instantly share code, notes, and snippets.

@peterkeller
Created November 27, 2021 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterkeller/df1055e6536e6dc4c4ac8fa40c40d1de to your computer and use it in GitHub Desktop.
Save peterkeller/df1055e6536e6dc4c4ac8fa40c40d1de to your computer and use it in GitHub Desktop.
var fs = require("fs")
fs.createReadStream("apache-camel-build.md")
.pipe(markdownpdf())
.pipe(fs.createWriteStream("apache-camel-build.pdf"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment