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.
- Host: GitHub
- URL: https://github.com/catrinlam/pdf-creator
- Owner: catrinlam
- Created: 2022-03-15T12:13:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T18:59:50.000Z (over 4 years ago)
- Last Synced: 2025-04-08T08:49:02.975Z (about 1 year ago)
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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