A simple web service that transforms the given document into a PDF file.
Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/pdf
input
: URL of the document to transform.
- Build with
docker build . -t pdf
- Start with
docker run -p 8080:8080 pdf
- Open in your browser at
https://localhost:8080/?url=https://homepages.inf.ed.ac.uk/neilb/TestWordDoc.doc
The following container image always reflects the latest version of the master
branch of this repo: gcr.io/as-a-service-dev/pdf
Or use gcloud beta run deploy --image gcr.io/as-a-service-dev/pdf