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 35: Replace canvas in pdf viewbox with Cassandras MainCanvas class #31

Closed DryCreations closed 3 years ago

DryCreations commented 3 years ago

I have done some minor refactoring of code to make this work.

I also went through and fixed some of the indentation, so there are more line changes listed in the diff than there are actually meaningful line changes. To avoid this in the future I think we should discuss using a linter.

hgongloff commented 3 years ago

Looks good, I think using linter is a great idea it can save us a lot of annoyances as our project grows