1.1.4 • Published 7 years ago

html-pdf-resume v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Generate-Responsive-Resume-HTML-PDF

This CLI will help you generate your resume in HTML (responsive) and PDF.

How to use this library

  1. Install the library using npm as follows:
    npm install -g html-pdf-resume
  2. Write your information in JSON format and save it in some file, e.g. resume.json. The schema to be used will be explained below.

  3. Execute the following command:

    html-pdf-resume <path-to-JSON-file>/resume.json
  4. Your resume in HTML and PDF formats will be generated in your current directory.

The library uses templates written in Pug (erstwhile Jade) format.

In PDF format, the links' hrefs will be displayed inside parentheses by default as follows:

Google (https://www.google.com)

This is hailed as a feature and not a bug (reference). I too share this sentiment. However, if you want to remove these hrefs inside bracket thing, set the 'showLinkHrefs' property to false:

<config>
	...
	<showLinkHrefs>false</showLinkHrefs>
	...
</config>
1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago