Export Swagger Web API API documentation to PDF

According to the documentation ( http://swagger.io/open-source-integrations/ ) there are plugins for Java for exporting Swagger documentation to PDF , I just look at the documentation, but I see nothing about .NET ,

My question is: is there something similar to the Java swagger2markup plugin, swagger2markup-gradle-plugin in .NET, or another way to export PDF documentation from the WEB API?

thanks

+9
source share
1 answer

You can print in pdf in your browser

-1
source

Source: https://habr.com/ru/post/1258806/


All Articles