Generate pdf from OpenApi in spring boot maven project

114 views Asked by At

I would like to know, is there a way to generate a pdf docuementation from OpenApi 3, using maven plugins. For intance in swagger, it was possible using :

  • swagger-maven-plugin : -> swagger.json file
  • swagger2markup-maven-plugin : swagger.json file ->  Asciidoc
  • asciidoctor-maven-plugin : Asciidoc -> pdf

Thank you

0

There are 0 answers