resumeToPDF icon indicating copy to clipboard operation
resumeToPDF copied to clipboard

How can we use resumeToPDF?

Open ansdma opened this issue 11 years ago • 7 comments

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.

ansdma avatar Nov 12 '14 13:11 ansdma

Same here I could not found how to use it please give us an example

shohan4556 avatar Nov 16 '16 13:11 shohan4556

me too. I can not save as pdf

Niefee avatar Feb 07 '17 15:02 Niefee

Please, fix this, I don't want to give up on your service!

sapioit avatar Jun 22 '17 23:06 sapioit

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.

ansdma avatar Jun 23 '17 19:06 ansdma

Thanks!

sapioit avatar Jun 24 '17 11:06 sapioit

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

Rob-Rychs avatar Jan 05 '18 21:01 Rob-Rychs

So now this module is working? On the main site it is reported as broken

Suncatcher avatar Oct 31 '19 03:10 Suncatcher