resumeToPDF
resumeToPDF copied to clipboard
How can we use resumeToPDF?
This might be a bit silly, but I couldn't figure out how to use this module! I tried:
resumeToPDF("resume.json", function function_name(pdf) {
fs.writeFile("a.pdf", pdf, function(err) {
if(err) {
console.log(err);
} else {
console.log("resume was saved!");
}
});
});
with no luck, would really appreciate any examples.
Same here I could not found how to use it please give us an example
me too. I can not save as pdf
Please, fix this, I don't want to give up on your service!
For some reason resume export resume.pdf works for me now.
Anyhow, if anyone still have an issue with this, maybe try wkhtmltopdf to convert html to pdf, it is as simple as wkhtmltopdf resume.html resume.pdf. Alternativly check hackmyresume out.
Nevertheless, I guess resumeToPDF is deprecated, jsonresume now lives here.
Thanks!
Just a heads up it seems that some themes play nicer with the resume export resume.pdf command than others... also make sure you install the theme your trying to use globally
So now this module is working? On the main site it is reported as broken