/htmltemplater

A small project to help generate templated html documents, useful for printing html documents via webview.

Primary LanguageJava

htmltemplater

A small project to help generate templated html documents, useful for printing html documents via webview.

Installation

Gradle

dependencies{
    
    implementation com.dustinkendall.htmltemplater:0.0.1
    
}

Example Usage