Create PDF from my Code Documentation
I use the Code Documentation feature of .NET very much, but mostly just to get IntelliSense to use my documentation when using the classes.
Now I need to export this documentation to a paper I'm writing and thought I could use Sandcastle for that. Turns out that it only builds HelpFiles, yet I would like to have a nice readable PDF format that I can attach to the paper.
Does a program exist that can do this? Create PDF from XML code documentation?
Did you try something like Doxygen? It can generate different formats of docs and use many different doc formats as an input. Try to look at:
Still think Sandcastle is your best option. From there, this might help you:
How to convert chm to pdf
链接地址: http://www.djcxy.com/p/62594.html上一篇: 归档旧提交
下一篇: 从我的代码文档创建PDF