Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

RandomCodeOrg/SimplePDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePDF License

A tool to create simple PDF-documents

Getting started

SimplePDF is available on Maven Central. You can add it as a dependency using your favorite dependecy manager.

Maven

<dependency>
	<groupId>com.github.randomcodeorg.simplepdf</groupId>
	<artifactId>simplepdf</artifactId>
	<version>0.0.1</version>
</dependency>

Gradle

compile 'com.github.randomcodeorg.simplepdf:simplepdf:0.0.1'

Download the JAR

You can also download the JAR directly from this project by visiting the releases section. Be sure to also download the required dependencies that are declared within the release descriptions.

About

A tool to create simple PDF-documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages