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

Implemented draw line and erase functionality #36

Closed charleswitherspoon closed 3 years ago

charleswitherspoon commented 3 years ago

This pull request covers tasks 9.1.1 and 9.1.2 (draw and erase tools, respectively). It also covers task 18.1 (selecting an element).

charleswitherspoon commented 3 years ago

This pull request also implements tasks 10.1, 10.2, and 10.3 which all cover undo and redo functionality.

charleswitherspoon commented 3 years ago

Removed superfluous code and added more documentation.