https://github.com/aarcex3/pdfalchemy
A pdf library to create, write, manipulate and read pdfs (WIP). Just for fun.
https://github.com/aarcex3/pdfalchemy
crystal library pdf pdf-generation pdf-generator pdf-manipulation
Last synced: 2 months ago
JSON representation
A pdf library to create, write, manipulate and read pdfs (WIP). Just for fun.
- Host: GitHub
- URL: https://github.com/aarcex3/pdfalchemy
- Owner: aarcex3
- License: mit
- Created: 2024-11-04T02:32:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T17:56:54.000Z (8 months ago)
- Last Synced: 2024-11-04T18:42:50.994Z (8 months ago)
- Topics: crystal, library, pdf, pdf-generation, pdf-generator, pdf-manipulation
- Language: Crystal
- Homepage:
- Size: 556 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdfalchemy
> ⚠️ **Warning:** This library is currently under development.
A pdf library to create, write, manipulate and read pdfs (WIP).
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
pdfalchemy:
github: aarcex3/pdfalchemy
```2. Run `shards install`
## Usage
```crystal
require "pdfalchemy"
```TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Install dependecies `shards install`
4. Make your changes
5. Run `make check-all`
6. Commit your changes (`git commit -am 'Add some feature'`)
7. Push to the branch (`git push origin my-new-feature`)
8. Create a new Pull Request## Contributors
- [Agustin Arce](https://github.com/aarcex3) - creator and maintainer