Allows conversion of html document to pdf.
Install dependencies:
pip install -r requirements-test.txt
Any docker container service. For example Google Run
Replace PROJECT-ID
with your Google Cloud project.
gcloud builds submit --tag gcr.io/PROJECT-ID/html2pdf --project=PROJECT-ID
Replace PROJECT-ID
with your Google Cloud project.
gcloud beta run deploy --image gcr.io/PROJECT-ID/html2pdf --platform managed --project=PROJECT-ID