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
- Host: GitHub
- URL: https://github.com/pedrosrc/rails-generate-pdf
- Owner: pedrosrc
- Created: 2024-09-01T15:27:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T17:55:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T10:14:24.088Z (over 1 year ago)
- Topics: prawn-pdf, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).