Code Monkey home page Code Monkey logo

docker-to-pdf's Introduction

Docker toPDF

Converts documents to PDF using libreoffice running in a Docker container without the need to install libreoffice and its dependencies on your host system. Uses the UNIX way of reading from stdin and outputting to stdout, so no volume mounting is needed.

Getting Started

Prerequisites

You need to have docker installed on your system. For instructions on how to install, see here:

Install

Image is not yet published to Dockerhub yet, you have to build it locally:

$ docker build -t doctopdf .

Usage

Using the --rm flag ensures that the container is removed after use and does not clutter your docker with unused containers.

$ docker run --rm -i doctopdf < Document.docx > Document.pdf

Alternatively, you could use the cat command to pipe the input file into the container:

$ cat Document.docx | docker run --rm -i doctopdf > Document.pdf

Custom Fonts

The image comes with the default debian fonts as well as the non-default Microsoft fonts like Arial or Times New Roman by installing the ttf-mscorefonts-installer package.

Additional TrueType fonts can be placed into the fonts folder. They are copied into the image on build and can then be used in the PDF creation process.

Acknowledgments

Thanks go to Vlad Hulobiev as the idea is heavily based on his work.

docker-to-pdf's People

Contributors

jidel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.