Convert resume from zip form to combined pdf
- Clone the repo
- Requirement is python3.6 or later
- Install dependency by
pip install PyPDF2
- Remove
.zip
files from_inout
directory - Add
.zip
files downloaded from RAS portal to_inout
directory - Run
src/main.py
bypython -u src/main.py
- Get combined pdf from
_inout
directory
- Clone this repository
- Run
bin/setup.sh
- Make sure you have your virtual environment activated. If not, do it manually
source venv/bin/activate
repeat step 2. - Develeopment vevnironment
pip freeze
is inbin/requirements.txt
- Code is in
src/
directory.