Skip to content

This project is a simple command-line PDF-Creator for textfiles. Written in Java

License

Notifications You must be signed in to change notification settings

christianbender/PDF-Creator-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages