This is the command csv2pdfp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
csv2pdf - A simple but yet powerful LaTeX::Table example application.
SYNOPSIS
csv2pdf [OPTIONS] --in in.csv [--out out.pdf]
OPTIONS
"--sep_char"
The separator character. Default comma ','.
"--latex_encode"
Use LaTeX::Encode.
"--landscape"
Output the PDF in landscape orientation.
"--theme"
The table theme. See LaTeX::Table. Default Meyrin.
"--coldef"
The column definition, e.g. 'llp{5cm}'. If unset, guessed by LaTeX::Table.
"--title"
If set, then uses the specified string as title.
"--header"
Instead of the first line, use the specified string as header.
--header "Header A, Header B, Header C"
The separator character must be the same as in the file. If unset, then the first line
is used as header.
"--outputlatex"
Prints the LaTeX code to STDOUT.
"--man"
Display manpage.
"--version"
Print version number of this software.
DESCRIPTION
Converts a CSV file to PDF. Requires LaTeX.
EXAMPLE
csv2pdf --landscape --theme Redmond --in examples/imdbtop40.dat
CONFIGURATION AND ENVIRONMENT
"csv2pdf" does not support configuration files or environment variables.
DEPENDENCIES
LaTeX.
autodie, Carp, Cwd, File::Basename, Getopt::Long, LaTeX::Driver, LaTeX::Encode,
LaTeX::Table, Pod::Usage, Template, Text::CSV
Use csv2pdfp online using onworks.net services