Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 

README.md

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.

About

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

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.