An object-oriented app that allows creating multiple coupons/vouchers and writing them into a TXT or PDF file.
Create multiple accomodation vouchers with various variables and save them into a TXT or PDF file, ready to print!
I created this app to practise object-oriented principles such as inheritance and interfaces.
✏️ Write unlimited number of coupons/vouchers
✏️ Five voucher variables available: number or nights, number of people, room type, add-ons and validity
✏️ Edit written vouchers at any time
✏️ Create a TXT or PDF file with your vouchers
✏️ Ready to print! 💻
✏️ Clone the repository using Git, then run it on your computer
✏️ Pro-Tip: for best functionality use the Oracle OpenJDK version 17
✏️ Set up Maven
✏️ Required dependency: Apache PDFBox, version 3.0.1
✏️ Run the programme from the main method
✏️ Have fun!