Swagger-export is a simple application that allows you to generate pdf or html files from the swagger.json definition file. It requires docker with linux containers.
make
On Windows, you can install make with the Chocolatey:
choco install make
Place your swagger definition file in the work directory.
./swagger-export.sh pdf --file swagger.json
./swagger-export.sh pdf --url http://example.com/api/swagger.json
./swagger-export.sh html --file swagger.json
./swagger-export.sh html --url http://example.com/api/swagger.json