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

https://github.com/pedrosrc/rails-generate-pdf

A simple generator PDF with Rails and Prawn
https://github.com/pedrosrc/rails-generate-pdf

prawn-pdf rails ruby ruby-on-rails

Last synced: 6 months ago
JSON representation

A simple generator PDF with Rails and Prawn

Awesome Lists containing this project

README

          

# Generate PDF
A simple generator PDF in Rails with Prawn

### Adjustments and improvements

The project is still under development, and the upcoming updates will focus on the following tasks:

- [ ] Improvement in formatting
- [ ] Generate PDF from images
- [ ] Enhancement in style selection
- [ ] Usability improvement

## 💻 Prerequisites

Before starting, ensure that you have met the following requirements:

- You have installed the latest version of ``
- You have a ``.

## 🚀 Installing

To install , follow these steps:

1 - Clone Repository:
```
git@github.com:pedrosrc/Rails-Generate-PDF.git
```
2- Install dependecies
```
bundle install
```
## ☕ Using

To use , follow these steps:

```
bin/dev
```

## 📫 Contributing to

To contribute to , follow these steps:

1. Fork this repository.
2. Create a branch: git checkout -b .
3. Make your changes and commit them: git commit -m ''.
4. Push to the original branch: git push origin / .
5. Create a pull request.

Alternatively, refer to the GitHub documentation on[how to create a pull request.](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).