Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.
/ pdf_maker Public archive

Microservice that converts HTML to PDF using wkhtmltopdf. No longer maintained as a public repository.

License

Notifications You must be signed in to change notification settings

avvo/pdf_maker

Repository files navigation

PdfMaker

PdfMaker is a micro-service that takes HTML and generates a PDF file.

Build status

CircleCI

Installation

A Docker image is available.

  • Use docker pull avvo/pdf_maker to retrieve the image
  • Run with docker run -dit -p 4000:4000 avvo/pdf_maker

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Development

  • Fork the repo to your account.
  • Clone the repo: bash git clone git@github.com:/<account>/pdf_maker
  • Change directory to project directory: cd pdf_maker
  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more about Elixir and Phoenix

Authors

  • Steve Wagner - Initial work - ciroque

About

Microservice that converts HTML to PDF using wkhtmltopdf. No longer maintained as a public repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published