1

I am using ngdocs for documention of my Angular JS Project. Link : https://www.npmjs.com/package/gulp-ngdocs

Running gulp ngdocs generates the docs folder , which is an Angular Application to show the JS DOcs.

How can i convert this Web App into a document?

Say, a word Document?

Sabyasachi
  • 411
  • 4
  • 9
  • 21
  • So you have the documentation in a HTML page and, for goodness knows what reason, you want to convert the page to MSWord? Is that your question? Or are you trying to ask something else? – jwpfox Aug 26 '16 at 04:51
  • @jwpfox....Yes...that was my question...:)..I think the idea essentially is horrible...But, yes...thats what my question is.. – Sabyasachi Aug 29 '16 at 03:26
  • The minimalist answer is to view the source on the HTML page, copy it into a HTML text file, open the HTML file in word and save it as DOC/DOCX. Far from elegant and not scalable but if you only have a few pages to do it should work with minimal overhead. Not a great suggestion, I know :) – jwpfox Aug 29 '16 at 08:01
  • @jwpfox....Thanks for the suggestion!....I l keep it in mind....I am not having an immediate need for converting into word anymore...but thanks! – Sabyasachi Aug 29 '16 at 11:25

0 Answers0