pdf.healthesignature

Takes the HealthESignature formatted JSON forms and converts them into pdfs

Leiningen/Boot

[pdf.healthesignature "1.0"]

Clojure CLI/deps.edn

pdf.healthesignature/pdf.healthesignature {:mvn/version "1.0"}

Gradle

implementation("pdf.healthesignature:pdf.healthesignature:1.0")

Maven

<dependency>
  <groupId>pdf.healthesignature</groupId>
  <artifactId>pdf.healthesignature</artifactId>
  <version>1.0</version>
</dependency>