On Wed, Apr 13, 2011, m.roth@5-cent.us wrote:
Sven Aluoor wrote:
Hi folks
I generate with SQL*Plus a CSV file. How to convert this to PDF? Or more generally: how to get SQL*Plus output to PDF on Linux?
I generally go from CSV files to PDF using a python scripts to generate input for groff, then use groff to create the PDF files.
Bill