Question: Need Help with my java assignment In this assignment, you are given a working implementation that will take a string of text content and generate

Need Help with my java assignment
In this assignment, you are given a working implementation that will take a string of text content and generate a PDF from it. The project is a Maven project which satisfies dependencies by downloading them from the Internet at build time. You do not have to change anything with respect to Maven. Doing so may render the project unable to build. Your task is two-fold: 1. Create a working UI layout similar to below with the appropriate links to the Controller class. This will be done by creating the appropriate FXML (using Gluon Scenebuilder) and naming the event handlers and widgets to appropriately match the code you are given. (15) 2. Taking the PdfMaker class, modify it to add an image of yourself on the pdf page in addition to whatever text is in the textarea. Note: you must cite whatever sources you use and they may not be your classmate! (20) 3. Modify the code to do the following (15): a. Verify that a filename is specified prior to generating the pdf. b. Verify that there is text in the text area before generating the pdf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
