Python PDF Generation Made Easy with WeasyPrint
I recently embarked on an interesting journey to create a Resume Maker application using Python, Streamlit, and WeasyPrint. My application's core function was to generate a resume in PDF format from user-inputted data. However, I found m...