A simple generator PDF in Rails with Prawn
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
Before starting, ensure that you have met the following requirements:
- You have installed the latest version of
<Ruby>
- You have a
<Windows / Linux / Mac>
.
To install , follow these steps:
1 - Clone Repository:
git@github.com:pedrosrc/Rails-Generate-PDF.git
2- Install dependecies
bundle install
To use , follow these steps:
bin/dev
To contribute to , follow these steps:
- Fork this repository.
- Create a branch: git checkout -b <branch_name>.
- Make your changes and commit them: git commit -m '<commit_message>'.
- Push to the original branch: git push origin / .
- Create a pull request.
Alternatively, refer to the GitHub documentation onhow to create a pull request..