Burner
Burner

Reputation: 1071

How to print a Swagger / OpenAPI Spec beautiful

we are new in Swagger / Open API v2.0. Our first API spec is ready. Now we have problems to print out the Spec beautiful. Export from UI are not useful for print. And Google don't help. How do you do that? Knows anyone some good tools?

Thank you for any help

Upvotes: 5

Views: 9811

Answers (1)

MikeRalphson
MikeRalphson

Reputation: 2393

For a printed / PDF output, you may want to look at something like swagger2markup, you can then convert the output asciidoc to PDF etc with asciidoctorj.

Upvotes: 3

Related Questions