Next.js Discord

Discord Forum

Best way to create a resume creator that will be able to export to PDF?

Unanswered
Red wasp posted this in #help-forum
Open in Discord
Red waspOP
Hi, anyone know how resume creator websites work? i want to create my own using nextjs and add it to a portfolio. should the resume preview be structured as html or pdf when im editing it. And what would be the best way to create / use templates. optimally I want to be able to have dozens of templates that are editable. GPT recommends using HTML to create resume templates and then filling it in.

8 Replies

American
I've used react-pdf for the PDF part. Works pretty good
@American I've used react-pdf for the PDF part. Works pretty good
Red waspOP
I've heard of this as well, its highly reconmended I'll definteily use it. But would this mean I should create my resume templates in html, populate with data, and then have the ability to export as a pdf?
American
It's react, but yeah, basically
There’s this tutorial for a Resume Builder, AI integrated too. This guy is great at teaching and explain his reasons on why he did what

https://youtu.be/ySqesLjz6K0?si=7vutmcHsc0YKa7l_
American
11 hour tutorial 👀
@luis_llanes There’s this tutorial for a Resume Builder, AI integrated too. This guy is great at teaching and explain his reasons on why he did what https://youtu.be/ySqesLjz6K0?si=7vutmcHsc0YKa7l_
Red waspOP
okay so he builds the resume templates/strutcute manually and then populates it. okay good, thank you
@American 11 hour tutorial 👀
Lol he could go to the final code on the GitHub repo to see how he’s done it
@luis_llanes Lol he could go to the final code on the GitHub repo to see how he’s done it
Red waspOP
yeah I just need the resume editor and know how to create new templates, so yeah github and video skimming is the plan haha