A simple app to show my resume and export it
Go to file
Christoph Hagen cbc1b51e78 Update roles
2023-08-24 15:34:46 +02:00
ResumeBuilder Update roles 2023-08-24 15:34:46 +02:00
ResumeBuilder.xcodeproj Add readme 2023-08-23 16:46:58 +02:00
Icon.key Update icon 2023-08-23 17:27:24 +02:00
README.md Add roadmap 2023-08-23 17:27:31 +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 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.

Next steps:

  • Create HTML export to use for my website