I share a simple way to export the documentation to PDF using rapipdf [1].
You must export the documentation to YAML and then use it with
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/rapipdf/dist/rapipdf-min.js"></script>
</head>
<body>
<rapi-pdf style="width:700px; height:40px; font-size:18px;" spec-url="openapi.yaml" >
</rapi-pdf>
</body>
</html>
Or use it online from: http://127.0.0.1:8000/main/openapi.yaml
Best regards
Jose
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too