Skip to content

Example of (micro)services to do conversion from Microsoft Word Docx files to PDF using products on Google Cloud Platform

Notifications You must be signed in to change notification settings

zdenulo/gcp-docx2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converting Docx to PDF with Google Cloud Platform

repository contains examples how to do online conversion of Microsoft Word (Docx) to PDF using products on Google Cloud Platform.
They are meant to run as (micro)services with different context (HTTP request, asynchronous execution).

Samples

  • cloud_function - Can be used to deploy to Cloud Functions
  • cloud_run - Simple webapp deployed on Cloud Run using Docker image. It uses libreoffice to do conversion to PDF. Input is content of docx file, it returns PDF content in response
  • cloud_run_pubsub Simple webapp deployed on Cloud Run using Docker image. It's called by Pub Sub. When file is uploaded to Cloud Storage bucket, Pub Sub notification is triggered which calls Cloud Run service and uploads PDF file to output bucket

About

Example of (micro)services to do conversion from Microsoft Word Docx files to PDF using products on Google Cloud Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published