# swagger-export **Repository Path**: luopengtao/swagger-export ## Basic Information - **Project Name**: swagger-export - **Description**: swagger文档导出工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-07-26 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# swagger-export [Chinese Documentation](README.md) ## Introduce `swagger-export` is a micro-service that provides export swagger document function. Support exported document's types are HTML and PDF. ## Export examples [index.html](docs/index.html) ![example](screenshots/screenshot.png) ## Export steps 1. start api service; 2. modify pom.xml, change `properties` named `swaggerInputPath`'s value to api service that you have started; 3. run `mvn clean compile`; 4. Exported document's types are HTML and PDF, documents are generated in following folders: ```$xslt target\docs\asciidoc\html\index.html target\docs\asciidoc\pdf\index.pdf ``` The PDF file exported exists display problems when it contains Chinese characters. You can use word2016 open it, and transform the type of file to '.doc'.