JsDoc to PDF renderer

青春壹個敷衍的年華 提交于 2019-12-24 00:16:03

问题


Does anyone know a tool to convert JsDoc to PDF ? Or you have to do that trough convert HTML files into PDF ? Thanks for answer !


回答1:


The JSDoc converters I'm aware of are written in JavaScript and are hard-coded to produce HTML tags.

The best HTML->PDF converter I'm aware of is WKHTMLToPDF. It uses web kit to render the PDF, along with QT's PDF library by the look of it.

So it need some sort of *NIX environment to run.

There are quite a few others floating about, some apps, some services. You can search the questions here for a more complete list.



来源:https://stackoverflow.com/questions/4014280/jsdoc-to-pdf-renderer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!