Skip to content

pedrosrc/Rails-Generate-PDF

Repository files navigation

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 <Ruby>
  • You have a <Windows / Linux / Mac>.

🚀 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 <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'.
  4. Push to the original branch: git push origin / .
  5. Create a pull request.

Alternatively, refer to the GitHub documentation onhow to create a pull request..