Doxygen Import and creating a PDF

This forum is for all Flare issues related to importing files or projects.
Post Reply
kknutson
Jr. Propeller Head
Posts: 2
Joined: Thu Sep 17, 2020 12:45 pm

Doxygen Import and creating a PDF

Post by kknutson »

My developers are using doxygen to output documentation for their REST API. What I found that works to get this html "deck" into my project and appear "okay" is to have it in the project in a folder, not allow Flare to convert to XTML, then after I build the HTML target, I copy back into the folder the doxygen created HTML deck.

This works great.

HOWEVER, now they want this same section output as PDF.

I went back to my developers who give me the doxygen html deck and asked them to output in PDF. They tried to output in LaTeX which worked, but the template and style is awful.

Any suggestions from the community on how best to get this as a PDF? Do I try to get this fully imported into Flare as a doxygen HTMl file then, manipulate it into a PDF, or ???
Post Reply