Skip to content

Commit

Permalink
Elaborate on printing support
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Jul 28, 2020
1 parent 9dc3213 commit 576800f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ npm start

As noted above, resume content is driven entirely by JSON data found in [data.js](https://github.com/notlesh/stephen-shelton-resume/blob/master/src/data.js), so start by modifying this file to represent your own experience.

## Producing a PDF version
## Printing / Producing a PDF version

Your browser's print functionality should work, whether printing to file or PDF or other document format. I've tested using using various versions of the Brave browser and am happy with the results.

Note that there is a blank page at the end of the document when printing. I suggest omitting it in the print dialog. This is a workaround for an issue with page breaking CSS rules which results in background color reverting to white in print in some cases.

I expect that most web browsers that provide a print-to-PDF feature will do an acceptable job. I've tested using the Brave browser `Version 0.62.51 Chromium: 73.0.3683.103 (Official Build) (64-bit)` and am happy with the results.

0 comments on commit 576800f

Please sign in to comment.