Generating PDFs with Doxygen

Programming, for all ages and all languages.
Post Reply
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Generating PDFs with Doxygen

Post by AndrewAPrice »

I am generate HTML files with Doxygen fine - http://messiahandrw.dynalias.com/Percep ... mentation/ (it's far from complete, and I won't update it until it's near completion). However, I chose to generate an RTF file, and I was going to open that in Microsoft Word (like the Doxygen documentation recommends) then export to a PDF (using PDF Creator). However, there are no page numbers, it inserts gibberish in place of references, and the embedded images are invalid.

Stuff Doxygen. I'm writing my API in Word and publishing it as a PDF.
My OS is Perception.
User avatar
ces_mohab
Member
Member
Posts: 77
Joined: Wed Oct 18, 2006 3:08 am

Post by ces_mohab »

you can generate LaTex output , then convert it to PDF using any LaTex distribution e.g. miKTeX http://www.miktex.org
To write an OS you need 2 minds one for coding and other for debugging.
Post Reply