DryCreations / pdfproject

Adapting starter code that uses itext7, into a program that can draw onto pdfs, and export files to pdf
1 stars 3 forks source link

Action 43: Suggestions #74

Closed DryCreations closed 3 years ago

DryCreations commented 3 years ago

List Any Relevant Actions or Tasks

Actions

Action 43

Tasks

Task 16.1

Description of Changes

Branched from https://github.com/DryCreations/pdfproject/pull/58 and modified to use the Action interfaces methods.

Relevant Artifacts

N/A

Other Comments

Here is what some code doing what I'm describing would look like. There is no dynamic sizing, or checking for what type of mouse event is happening. But it does allow you to add a text field, and export it along with other drawn elements on save.

This code no longer modifies hard coded files either.

This is a pull request into your branch, feel free to accept it if you want to work off these changes, or close it if you would like to go in another direction.