A simple app to show my resume and export it
Go to file
2023-12-05 14:47:52 +01:00
ResumeBuilder Don't use links until bug is fixed 2023-12-05 14:47:52 +01:00
ResumeBuilder.xcodeproj Add links for email, phone and domain 2023-11-10 11:22:49 +01:00
.gitignore Create .gitignore 2023-12-03 09:23:55 +01: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