All Projects → as-a-service → Pdf

as-a-service / Pdf

Licence: apache-2.0
Simple http microservice that converts Word documents to PDF

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pdf

Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+2957.94%)
Mutual labels:  pdf, word, libreoffice
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+11056.07%)
Mutual labels:  libreoffice, word, pdf
microservice-bootstrap
Get started with Microservices using dotnet core
Stars: ✭ 18 (-83.18%)
Mutual labels:  microservice, container
Serverless Libreoffice
Run LibreOffice in AWS Lambda to create PDFs & convert documents
Stars: ✭ 410 (+283.18%)
Mutual labels:  libreoffice, pdf
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-88.79%)
Mutual labels:  microservice, pdf
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+2291.59%)
Mutual labels:  microservice, container
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (+103.74%)
Mutual labels:  microservice, container
Docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
Stars: ✭ 735 (+586.92%)
Mutual labels:  word, pdf
Net Core Docx Html To Pdf Converter
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF
Stars: ✭ 133 (+24.3%)
Mutual labels:  word, pdf
Magicodes.ie
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
Stars: ✭ 1,198 (+1019.63%)
Mutual labels:  word, pdf
Superfileview
基于腾讯浏览服务Tbs,使用X5Webkit内核,实现文件的展示功能,支持多种文件格式
Stars: ✭ 1,115 (+942.06%)
Mutual labels:  word, pdf
Word To Markdown
A ruby gem to liberate content from Microsoft Word documents
Stars: ✭ 1,216 (+1036.45%)
Mutual labels:  libreoffice, word
Caldera
Caldera allows you to create a boilerplate service that ready to run inside the container (Go language)
Stars: ✭ 114 (+6.54%)
Mutual labels:  microservice, container
Docsbox
Self-hosted document converting service with HTTP API
Stars: ✭ 235 (+119.63%)
Mutual labels:  microservice, libreoffice
Androiddocumentviewer
Android 文档查看: word、excel、ppt、pdf,使用mupdf及tbs
Stars: ✭ 235 (+119.63%)
Mutual labels:  word, pdf
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+5600%)
Mutual labels:  libreoffice, pdf
Word2pdf Tools
📝通过LibreOffice / WPS / Microsoft Office / 第三方库 实现多种word转pdf格式的方案
Stars: ✭ 82 (-23.36%)
Mutual labels:  libreoffice, pdf
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (+2.8%)
Mutual labels:  word, pdf
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (-67.29%)
Mutual labels:  word, pdf
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (-25.23%)
Mutual labels:  word, 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

Run on Google Cloud

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

Cloud Build

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].