I have a SQL that spools some results to a CSV file which then gets e-mailed out to customers. The way that Microsoft Excel (usually the end users default application for opening CSV files) is slightly confusing for some end users in that the columns usually need to be made larger (otherwise #'s are shown etc.) before it can be printed.
Is it possible to spool straight to a PDF file, or to convert the CSV to an easier to read PDF before e-mailing out?
I searched online for a command-line tool to convert a CSV to a PDF but come up blank. This is generated on a Red Hat Enterprise Linux server without a RHN subscription so something with a lot of dependencies would be a nightmare to install.