An open API service indexing awesome lists of open source software.

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.

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