Skip to content

theomelo/csv_2_pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple CSV to PDF converter script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages