README.md
![Princess Logo](/priv/princess.png)
# Princess
Generate print-ready PDFs using Elixir, HTML, JS, and CSS. The heavy lifting is performed by [PrinceXML](https://www.princexml.com/).
## Requirements
You must have [PrinceXML](https://www.princexml.com/download/) installed.
Windows is not currently supported. Pull requests are welcome.
## Installation
Add this to your `mix.exs` file:
```elixir
def deps do
[
{:princess, "~> 0.1.0"}
]
end
```
## Examples
_Coming soon..._
## Documentation
https://hexdocs.pm/princess/
## License
Princess source code is licensed under the [MIT License](LICENSE.md).
Several licensing options are available for [PrinceXML](https://www.princexml.com/purchase/) depending on your needs.