n

nanhu-print-java

nanhu-print-java is a custom java pdf printing framework, user can configure xml format files, and then call the framework api to generate pdf files. The basic functions of tag npj-1.0.1 are: 1. Fixed header and tail 2. Watermark 3. Glove print 4. Too long text can reduced automatically
https://github.com/hongjinqiu/nanhu-print-java
The Apache Software License, Version 2.0
hongjinqiu
Files download
File Operation
nanhu-print-java-1.0.1.jar download
nanhu-print-java-1.0.1.pom download
nanhu-print-java-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hongjinqiu</groupId>
  <artifactId>nanhu-print-java</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.hongjinqiu:nanhu-print-java:1.0.1'
Gradle Kotlin
implementation("io.github.hongjinqiu:nanhu-print-java:1.0.1")
Scala SBT
libraryDependencies += "io.github.hongjinqiu" % "nanhu-print-java" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hongjinqiu', module='nanhu-print-java', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.hongjinqiu" name="nanhu-print-java" rev="1.0.1" />
Leiningen
[io.github.hongjinqiu/nanhu-print-java "1.0.1"]
Apache Buildr
'io.github.hongjinqiu:nanhu-print-java:jar:1.0.1'