https://github.com/marceloboeira/pdf.cr
:pencil: PDF writer for Crystal
https://github.com/marceloboeira/pdf.cr
crystal pdf
Last synced: 7 months ago
JSON representation
:pencil: PDF writer for Crystal
- Host: GitHub
- URL: https://github.com/marceloboeira/pdf.cr
- Owner: marceloboeira
- License: mit
- Created: 2016-03-14T23:03:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T21:19:23.000Z (almost 10 years ago)
- Last Synced: 2025-04-01T15:41:48.405Z (12 months ago)
- Topics: crystal, pdf
- Language: Crystal
- Size: 6.84 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf.cr [](https://travis-ci.org/marceloboeira/pdf.cr)
> PDF for Crystal
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
pdf:
github: marceloboeira/pdf.cr
```
## Contributing
1. Fork it (https://github.com/marceloboeira/pdf.cr/fork)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request