Skip to content

pedrosrc/Rails-Generate-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ded7fa9 Β· Sep 7, 2024

History

9 Commits
Sep 7, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024
Sep 1, 2024

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..