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?
cheers Sven
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
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?
cheers Sven _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
You can open CSV file with OpenOffice Calc and use integrated Export to PDF functionality. You can also use OpenOffice as headless program (no GUI).
Ljubomir