aviraldg
DISCONTINUED
ReLaXed
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aviraldg
-
Beautiful PDFs from HTML
(Somewhat) related self-promotion: I've found that converting from HTML(+YAML) to PDF is one of the best ways to create a resume. It's very easy to come up with a good design, you can separate data (YAML) and presentation (HTML and CSS), and also export different views over the underlying data with simple filters (e.g. when generating a resume to apply to a job, only include the experiences that are relevant)
The code is pretty terrible, but you can see an example (my resume) here:
* Data - https://github.com/aviraldg/aviraldg.github.io/blob/master/_...
* HTML - https://github.com/aviraldg/aviraldg.github.io/blob/master/r...
ReLaXed
-
Beautiful PDFs from HTML
A few years ago I started an alternative to PrinceXML called ReLaXed.js [1], it's always been sufficient for my reports but it may lack some pagination/layout features that Paged.js may have as they seem to have given this much more thoughts (still wrapping my head around whether paged.js could be "plugged into" Relaxed).
What are some alternatives?
asciidoctor-web-pdf - Convert AsciiDoc documents to PDF using web technologies
SnappySnippet - Chrome extension that allows easy extraction of CSS and HTML from selected element.
WeasyPrint - The awesome document factory
breezy-pdf-lite - HTML/CSS/JS in, PDF out, via Chrome
pandoc - Universal markup converter
pagedown - Paginate the HTML Output of R Markdown with CSS for Print
pdf - Tutorial on paged.js
SingleFile - Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
markdeep-thesis - Write your (under)graduate thesis with Markdeep and typeset it right in your browser.
MathJax - Beautiful and accessible math in all browsers