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

Hrg: Action44 add ability to create radio buttons #66

Closed hgongloff closed 3 years ago

hgongloff commented 3 years ago

List Any Relevant Actions or Tasks

Actions

Action 44

Tasks

Task 16.2

Description of Changes

I added the ability to create radio buttons inside the pdf.

Relevant Artifacts

Before

Before

After

After

Other Comments

Like with action 43, I had to create a new folder inside of resources called manipulate_pdf to store both the original and updated pdf. For some reason I could only alter the names of the pdfs if they were not inside the resources folder. Because of this it is not possible to reopen the pdf in our canvas. This could be fixed by having the canvas also use the folder I created for its pdf but I realize this would cause a lot of merge conflicts and might not be an ideal fix.