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

LaTeX resume generator #30

Closed
OrangeHoopla opened this issue Dec 12, 2021 · 5 comments · Fixed by #51
Closed

LaTeX resume generator #30

OrangeHoopla opened this issue Dec 12, 2021 · 5 comments · Fixed by #51

Comments

@OrangeHoopla
Copy link

Thinking it might help obfuscate applications if each resume is custom and aligns with the rest of the data present. Willing to work on it just want to know if its something worth completing first

@tommmmyb
Copy link

Pull request #17 has used poppler (external pdf generator) to generate fake pdf resumes with randomized data. You could use some of those dictionaries as a base. The way it's currently written, the pdf is converted to a png using pdf2image and submitted as a png rather than a pdf.

I've changed my local copy to submit a mixture of pdfs and pngs with an assortment of file naming schemes. LaTeX could be another good way to generate pdfs. Ultimately, if it could be done without an external dependency, that'd be ideal.

@virtadpt
Copy link

You may find the information in this birbsite thread of use:

https://twitter.com/Coding_Career/status/1454293034179317764

@ghost
Copy link

ghost commented Dec 13, 2021

I've changed my local copy to submit a mixture of pdfs and pngs with an assortment of file naming schemes. LaTeX could be another good way to generate pdfs. Ultimately, if it could be done without an external dependency, that'd be ideal.

You've had success submitting as PDFs? I had to add the PNG conversion because uploading a PDF auto-populated some new fields and so required more interaction with the page.

@ghost
Copy link

ghost commented Dec 13, 2021

Implemented in #17. I hadn't thought of using LaTeX to generate the resumes, I really like that method rather than the library I used. Plus, we could download a bunch of resume templates (https://www.overleaf.com/gallery/tagged/cv), modify them to be auto-fillable by the script, and submit much better looking resumes. Hmm...

@tommmmyb
Copy link

You've had success submitting as PDFs? I had to add the PNG conversion because uploading a PDF auto-populated some new fields and so required more interaction with the page.

Just submitted a PR #48 to show how I did it

@ghost ghost linked a pull request Dec 13, 2021 that will close this issue
@ghost ghost closed this as completed in #51 Dec 15, 2021
This issue was closed.
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

Successfully merging a pull request may close this issue.

3 participants