This project is a simple command-line PDF-Creator for textfiles.
The project is written in Java. You will find a JAR file, called PDFCreator.jar as executable.
The application creates PDF files in DIN A4 format and font size 12.
Under Unixes you must make the JAR-file executable.
$ chmod +x PDFCreator.jarFor running: In the command line type in:
$ ./PDFCreator.jar myFile.txt You can also put multiple files.
$ ./PDFCreator.jar myFile1.txt myFile2.txt ... myFileN.txtIn the repo you will find some example text-files and PDF-files in the directory examples
You can contribute to this project.
