as-a-service / pdf

Simple http microservice that converts Word documents to PDF

Home Page:https://pdf.as-a-service.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"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

Run on Google Cloud

Or use gcloud beta run deploy --image gcr.io/as-a-service-dev/pdf

Cloud Build

About

Simple http microservice that converts Word documents to PDF

https://pdf.as-a-service.dev/

License:Apache License 2.0


Languages

Language:Python 55.0%Language:HTML 31.6%Language:Dockerfile 13.4%