An open API service indexing awesome lists of open source software.

https://github.com/pgvalle/md2pdf-resume-template

Use markdown and css to create a professional pdf resume.
https://github.com/pgvalle/md2pdf-resume-template

css jesus markdown md2pdf pdf resume template weasyprint

Last synced: about 1 month ago
JSON representation

Use markdown and css to create a professional pdf resume.

Awesome Lists containing this project

README

          

# Resume Template

Check out the markdown template file [here](resume.md)

# What I used

I used [md2pdf from jmaupetit](https://github.com/jmaupetit/md2pdf) with weasyprint.
I installed weasyprint then installed md2pdf with pipx.

# Windows

If i install weasyprint and md2pdf in windows with pip and run the .bat, md2pdf complains about not finding libgobject.
I figured there's a pip package called PyGObject, and tried to install it, but it didn't work because I don't have any compiler installed and I'm feeling lazy.