This is a simple Ruby script to convert a CSV file into a printable PDF using Prawn to design the tables.
ruby ~>2.6.3
This will save a PDF of with the same name of the given CSV file.
Install dependencies with:
bundle install
Download the script file and run with the following command
ruby csv_to_pdf.rb
Download this repository and customize the table following Prawn documentation.
- Prawn - PDF Generator
- Prawn Table - Dependency for generating tables