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

Cvw Doxygen skeleton #20

Closed charleswitherspoon closed 3 years ago

charleswitherspoon commented 3 years ago

I've removed the overwritten tasks.md and Doxyfile with the main branch versions, and I've updated .gitignore to include distinct entries from each file. I've also removed the PdfArea class.

I have also edited the main Doxyfile to have an output directory of "doxygen" rather than ".\doxygen" as it was literally creating a folder named ".\doxygen"

DryCreations commented 3 years ago

Changes are approved for me, after merging another approved pull request some other conflicts popped up. But it should be trivial.

The doxyfile from yours can be pushed into main. the changes to the pom.xml should mostly be able to be pushed into main without issues. I think the issue is from an additional dependency being added:

<dependency>
    <groupId>org.swinglabs</groupId>
    <artifactId>pdf-renderer</artifactId>
    <version>1.0.5</version>
</dependency>