CHResume/README.md

20 lines
822 B
Markdown
Raw Normal View History

2023-08-23 16:46:58 +02:00
# ResumeBuilder
A simple macOS app to display my resume, and export it to different formats.
Features:
- Display my resume as a single page
- Switch between German and English versions
- Choose between light and dark appearance
- Import additional languages or update the internal data (from JSON)
- Export the content as a PDF, JPG image, or as JSON data
Problems:
- The [ImageRenderer](https://developer.apple.com/documentation/swiftui/imagerenderer) doesn't respect the appearance (dark/light), so exports are always done with the light color scheme (hints welcome!).
- The `ImageRenderer` sometimes renders text in the wrong color (seems to be a bug).
- PDF exports are fairly large (> 2 MB) due to included fonts, which is a problem for some applications.
2023-08-23 17:27:31 +02:00
Next steps:
- Create HTML export to use for my website