An open API service indexing awesome lists of open source software.

https://github.com/catrinlam/pdf-creator

This is a programme that produced by IntelliJ and uses iText7, to take input from a text file ("Input.txt") and produces a PDF output file.
https://github.com/catrinlam/pdf-creator

Last synced: 6 months ago
JSON representation

This is a programme that produced by IntelliJ and uses iText7, to take input from a text file ("Input.txt") and produces a PDF output file.

Awesome Lists containing this project

README

          

# PDF-Creator
This is a programme that produced by IntelliJ and uses iText7, to take input from a text file ("Input.txt") and produces a PDF output file.
---
There are two version of the project
1. Takes user input and create a PDF file
1. select the _user-inputs_ branch
2. Read from a .txt file and create a PDF file
1. select the _input-text-file_ branch