# swagger-export **Repository Path**: yuandf/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**: 1 - **Forks**: 0 - **Created**: 2019-03-05 - **Last Updated**: 2022-09-02 ## 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)  ## 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'.