Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://nitish6174.github.io/resume-generator/
Web based editor to create Resume in a customizable template
https://nitish6174.github.io/resume-generator/
customizable-template resume resume-builder resume-creator resume-maker resume-template
Last synced: 3 months ago
JSON representation
Web based editor to create Resume in a customizable template
- Host: GitHub
- URL: https://nitish6174.github.io/resume-generator/
- Owner: nitish6174
- Created: 2016-07-07T08:23:19.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-01-19T03:08:06.000Z (almost 8 years ago)
- Last Synced: 2024-05-13T00:12:05.232Z (6 months ago)
- Topics: customizable-template, resume, resume-builder, resume-creator, resume-maker, resume-template
- Language: HTML
- Size: 261 KB
- Stars: 101
- Watchers: 6
- Forks: 55
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- LearningResources - Resume-Generator
README
# Resume generator
Web based editor to create Resume in a customizable template
Try it : https://nitish6174.github.io/resume-generator/**Note** : Click the "VIEW INSTRUCTIONS" button in the editor to read usage instructions.
#### Features
- Resume content can be edited just like a normal document editor (cut,copy,undo etc).
- Entire sections can be added, reordered, removed just by cut,copy,pasting method.
- Section visibility can be toggled while retaining the content.
- Options provided in the left panel to modify the template and formatting.
- Sub-points can be added with various bullet styles and adjustable indentation.
- Script provided to merge multiple pages and compress the PDF.#### Using the merge & compress script
- You must be able to run python file on your system for this.
- Save the individual pages in PDF format with name ```1.pdf``` , ```2.pdf```
- Download the ```compress_pdf.py``` file and open it in a text editor.
- Set the following variables :
- ```dir_path``` : Directory path where you saved the PDFs for individual page
- ```num_of_pages``` : Number of files to merge (i.e. pages in your Resume)
- ```out_file``` : Name of output file
- Run this python file.
- Note: As this creates a new PDF file, you may have to see permission settings or run with sudo on terminal.**Note** : Use Google Chrome