Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this assignment, you are given a working implementation that will take a string of text content and generate a PDF from it . The
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 twofold:
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.
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!
Modify the code to do the following :
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started