1

In our project, Swagger generates .json files to store the structure of the REST-ful service.

With programms like swagger-ui, it is possible to view the structure of the REST-ful service and even interact with it.

But how is it possible with swagger to generate a document of the files that can be printed(e.g. in .pdf format)?

Coder55
  • 559
  • 5
  • 17
  • I think you have to use a third party library like apache in order to generate pdf, as far as I know swagger don't do this – unique_ptr Aug 03 '15 at 10:41

1 Answers1

3

There are several tools that can allow you to do that, among a few:

Ron
  • 14,160
  • 3
  • 52
  • 39