Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you keep PDF and web resume in sync? #14

Open
Zackhardtoname opened this issue May 24, 2020 · 4 comments
Open

How do you keep PDF and web resume in sync? #14

Zackhardtoname opened this issue May 24, 2020 · 4 comments

Comments

@Zackhardtoname
Copy link

Hi Alec. I was a student of yours. I am interested in adopting your code for resume generation, but I am wondering how you keep your JSON file and PDF/word/LaTeX resume file in sync or have to modify content in two places manually? Thanks!

@minchingtonak
Copy link
Owner

Hi Zack, right now i don't have a clean way to keep each copy in sync, so when I update my resume I have to update it in both places. I've thought about keeping the JSON file as the central copy and writing something to parse the JSON into LaTeX form and render that but I haven't gotten around to it.

@Zackhardtoname
Copy link
Author

@jbseg I see some potential of collaboration.

@jbseg
Copy link

jbseg commented Jun 15, 2020

ya to do this completely automatically you can create some kind of API that serves the json data, and then have the website read from that api and the ability to generate a pdf also from querying that API as well.

However, people can just copy and paste updates to their resume from a website to a pdf which is pretty quick. Also, sometimes you want different phrasing for each platform. The task just doesn't seem to generalizable I think.

@minchingtonak
Copy link
Owner

Certainly potential for some automation here but like @jbseg said there are a lot of factors that would make generalizing it somewhat challenging. Another issue would be that the json version of my resume has much more than a single page of content on it so there'd need to be some way of figuring out what content to cut when rendering only a single page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants