Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rszamszur/pdf-resume-builder
Simple, stateless, single-page application for creating neat PDF resume from JSON data.
https://github.com/rszamszur/pdf-resume-builder
pdf pdf-generation resume resume-builder resume-creator resume-generator resume-template vue vuejs vuejs2 vuetify
Last synced: 12 days ago
JSON representation
Simple, stateless, single-page application for creating neat PDF resume from JSON data.
- Host: GitHub
- URL: https://github.com/rszamszur/pdf-resume-builder
- Owner: rszamszur
- License: mit
- Created: 2021-08-31T13:40:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T17:34:24.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:44:43.794Z (28 days ago)
- Topics: pdf, pdf-generation, resume, resume-builder, resume-creator, resume-generator, resume-template, vue, vuejs, vuejs2, vuetify
- Language: JavaScript
- Homepage: https://rszamszur.github.io/pdf-resume-builder/
- Size: 6.36 MB
- Stars: 60
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - rszamszur/pdf-resume-builder - Simple, stateless, single-page application for creating neat PDF resume from JSON data. (JavaScript)
README
# pdf-resume-builder
![Build](https://github.com/rszamszur/pdf-resume-builder/actions/workflows/build.yml/badge.svg)
This project is a simple, stateless, single-page application for generating PDF resume from JSON data. While there are many great opensource projects which render structured data to an online cv, I couldn't found one that can generate a neat PDF as well. Moreover, probably 99% of hiring forms still require a PDF resume anyways.
For now, there are just three templates that can still be a bit buggy. Unfortunately, I don't have the resources to thoroughly test it with each possible configuration, so please feel free to submit an issue if you have some rendering problems. That being said, there are some simple template adjustments (margins, font size, etc.) provided which can overcome some problems.
## Usage
1. Choose JSON from [examples](https://github.com/rszamszur/pdf-resume-builder/tree/master/examples)
2. Fill it with your data
3. Go to [Github Pages](https://rszamszur.github.io/pdf-resume-builder/)
4. Generate your resume from chosen templateAdjust the template or play with items order if you're not entirely happy with the outcome. Last but not least, may the odds be in your favor.
NOTE! Some templates may provide more adjusting options than others.
## Templates
| [LessIsBetter](https://github.com/rszamszur/pdf-resume-builder/tree/master/examples/LessIsBetter) | [ShineLikeDiamond](https://github.com/rszamszur/pdf-resume-builder/tree/master/examples/ShineLikeDiamond) | [LetsTalkAboutIt](https://github.com/rszamszur/pdf-resume-builder/tree/master/examples/LetsTalkAboutIt) |
|---------|---------|---------|
| | | |## Contributing
Questions, comments or improvements? Please create an issue on Github. I do my best to include every contribution proposed in any way that I can.
## License
[MIT](https://github.com/rszamszur/pdf-resume-builder/blob/master/LICENSE)