pdf
pdf copied to clipboard
Simple http microservice that converts Word documents to PDF
"to PDF" as a service
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
URL parameters:
-
input
: URL of the document to transform.
Running the server locally
- Build with
docker build . -t pdf
- Start with
docker run -p 8080:8080 pdf
- Open in your browser at
http://localhost:8080/?url=http://homepages.inf.ed.ac.uk/neilb/TestWordDoc.doc
Deploy to your server
The following container image always reflects the latest version of the master
branch of this repo: gcr.io/as-a-service-dev/pdf
Deploy to Google Cloud
Or use gcloud beta run deploy --image gcr.io/as-a-service-dev/pdf