Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 946 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 946 Bytes

Simple PDF-Creator

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.

Use

Under Unixes you must make the JAR-file executable.

$ chmod +x PDFCreator.jar

For running: In the command line type in:

$ ./PDFCreator.jar myFile.txt 

You can also put multiple files.

$ ./PDFCreator.jar myFile1.txt myFile2.txt ... myFileN.txt

Features

  • You can declare headings with /header at the begin of the line.
    For example /header Welcome.
    How the feature look like

Examples

In the repo you will find some example text-files and PDF-files in the directory examples

Contributing

You can contribute to this project.