Skip to content

Commit 3ca66df

Browse files
author
Christian Bender
authored
Add files via upload
1 parent a085e2b commit 3ca66df

11 files changed

Lines changed: 508 additions & 6 deletions

File tree

PDFCreator.jar

317 Bytes
Binary file not shown.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ You can also put multiple files.
2424
$ ./PDFCreator.jar myFile1.txt myFile2.txt ... myFileN.txt
2525
```
2626

27+
### Features
28+
29+
* You can declare headings with ```/header``` at the begin of the line.
30+
For example ```/header Welcome```.
31+
![How the feature look like](screenshots/headers.png "Heading feature")
32+
33+
2734
### Examples
2835

29-
In the repo you will find some example text-files and PDF-files.
36+
In the repo you will find some example text-files and PDF-files in the directory [examples](examples)
3037

3138
### Contributing
3239

bin/PDFCreator.class

508 Bytes
Binary file not shown.

examples/test.pdf

81.6 KB
Binary file not shown.

examples/test.txt

Lines changed: 199 additions & 0 deletions
Large diffs are not rendered by default.

examples/test2.pdf

22.3 KB
Binary file not shown.

examples/test2.txt

Lines changed: 59 additions & 0 deletions
Large diffs are not rendered by default.

examples/test_headers.pdf

81.6 KB
Binary file not shown.

examples/test_headers.txt

Lines changed: 201 additions & 0 deletions
Large diffs are not rendered by default.

screenshots/headers.png

134 KB
Loading

0 commit comments

Comments
 (0)