2

I am using Compodoc for documentation my Angular application

How to generate documentation file(pdf or doc) using Compodoc

John Doe
  • 3,794
  • 9
  • 40
  • 72
  • I dont see any reference to pdf or doc renderer on its github or documentation so i asume its not posible with this tool maybe you needs some other tool that converts html to pdf after compodocs creates its html structure? – Xesenix Jul 11 '19 at 14:56

1 Answers1

1

The PDF file export from Compodoc is not possible at the moment, but this is planned in a future update.

Source : https://github.com/compodoc/compodoc/issues/190

Quentin
  • 1,865
  • 2
  • 24
  • 40