PdfMaker is a micro-service that takes HTML and generates a PDF file.
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
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.
- Fork the repo to your account.
- Clone the repo:
bash git clone [email protected]:/<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.
- Official website: http://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix
- Steve Wagner - Initial work - ciroque