• TrickDacy@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    I have enjoyed switching mine to HTML format which I then generate a PDF from. The only downside is that different browsers can render stuff slightly different, but that’s normally fixable with one line css change. And it’s not like I need to update my resume constantly on different machines.

    • ulterno@lemmy.kde.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months ago

      I was on Word, then LibreOffice Writer.
      Now thinking of making it a markdown source, with CSS styling to get an HTML based PDF. This way, the same source can be used on a webpage with different generation code.

      • justme@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        There is a standard called json-resume with a lot of generators for html and pdf or react-resume which is more like a CMS (not entirely sure about spelling, to lazy to search for it now)

        • ulterno@lemmy.kde.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          Interesting, but not appealing to me.
          I have already been enchanted by discount and mesmerised by kramdown.

        • ulterno@lemmy.kde.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 months ago

          kramdown and discount are 2 fun little tools.

          • kramdown is more fully featured and is a Ruby Gem.
          • discount is made in C and is more suitable if you are using it in an on-the-fly render process, but it has lesser functionality.