prat0318 / json_resume

Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
http://prat0318.github.io/json_resume
MIT License
1.36k stars 116 forks source link

How to remove page number on pdf file? #17

Closed Xuefeng-Zhu closed 10 years ago

prat0318 commented 10 years ago

Basically you would have to make changes to the gem for this, which is not that hard. Go to the source code of the gem. (Read this to find your gem's location in your machine)

In the json_resume gem's folder json_resume-1.X.X/bin, Edit json_resume file and remove the line

          :footer_right => "Page [page] of [toPage]    .\n",

It should be at around line 82.

Hope it helped.

Xuefeng-Zhu commented 10 years ago

Thank you. It works.