Repository containing the source code (HTML, CSS, build-scripts) for Anurup Dey's resume.
wkhtmltopdf
( available in most linux package repositories )
-
Create secrets.sh that sets two variables
PHNUMBER
,ADDRESS_CITY
,CGPA_UNI
,PERCENTAGE_XII
andPERCENTAGE_X
. Values of these variables will be read while rendering the resume. These values are concealed to maintain privacy. -
Run
./render2pdf
( Make sure it is executable first, usingchmod +x ./render2pdf
if needed. ). It will readresume.html
and renders it toresume.pdf
. The script is a convenient shorthand with working page size and zoom level parameters. -
Distribute
resume.pdf