Sign inSign up

sptrakesh/openapi-latex

By sptrakesh

•Updated 5 days ago

Utility for generating LaTeX sources from OpenAPI specifications.

Image
Developer tools
0

3.1K

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:b501bde3e…

Size

6.4 MB

Last updated

5 days ago

docker pull sptrakesh/openapi-latex