Utility for generating LaTeX sources from OpenAPI specifications.
3.0K
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
Content type
Image
Digest
sha256:f662e1c66…
Size
9.3 MB
Last updated
15 days ago
docker pull sptrakesh/openapi-latex