Converts a openapi spec file to pdf. Based on RapiPDF
- Supports Swagger 2.0 and OpenAPI 3.0
- Plenty of customizing options, including selection of brand colors
npm install -g openapi2pdf
openapi2pdf --spec ~/home/openapi-spec.json --out ~/home/pdf-spec.pdf
OpenApi2Pdf is MIT licensed.