Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 777 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 777 Bytes

CSV 2 PDF

This is a simple Ruby script to convert a CSV file into a printable PDF using Prawn to design the tables.

Getting Started

Prerequisites

ruby ~>2.6.3

This will save a PDF of with the same name of the given CSV file.

Installing

Install dependencies with:

bundle install

Usage

Download the script file and run with the following command

ruby csv_to_pdf.rb

Development

Download this repository and customize the table following Prawn documentation.

Built With