Sign inSign up

sptrakesh/openapi-latex

By sptrakesh

Updated 15 days ago

Utility for generating LaTeX sources from OpenAPI specifications.

Image
Developer tools
0

3.0K

sptrakesh/openapi-latex repository overview

Utility to create a PDF version of OpenAPI specifications. The utility generates LaTeX files from an OpenAPI specification, which can then be used to create a PDF using pdflatex. See documentation for full details.

A sample invocation is as follows:

docker run --rm -it \
  -v $PWD/tmp/test:/tmp/test \
  sptrakesh/openapi-latex \
  -i /tmp/test/docs/openapi.yaml \
  -o /tmp/test/specs \
  -s -m -c

Tag summary

Content type

Image

Digest

sha256:f662e1c66

Size

9.3 MB

Last updated

15 days ago

docker pull sptrakesh/openapi-latex