Sponsored Content
Top Forums Shell Programming and Scripting How to create or convert to pdf files from csv files using shell script? Post 302921017 by ssk250 on Tuesday 14th of October 2014 08:54:09 AM
Old 10-14-2014
How to create or convert to pdf files from csv files using shell script?

Hi,

Can anyone help me how to convert a .csv file to a .pdf file using shell script



Thanks
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

convert files into csv format using perl

Hi all perl gurus, I need your help to get the desired output in perl. I have a file which has text in it in the format Connection request start timestamp = 12/08/2008 00:58:36.956700 Connect request completion timestamp = 12/08/2008 00:58:36.959729 Application idle time ... (10 Replies)
Discussion started by: azs0309
10 Replies

2. UNIX and Linux Applications

How to create PDF documents from my word files?

Hi guys, I need to create PDF documents from my word files. How do I do it? (4 Replies)
Discussion started by: Hilda Thompson
4 Replies

3. Shell Programming and Scripting

how to create the files dynamically in c shell script

how can i CREATE a txt file dynamically in c shell: for instance: #! /bin/csh for each i (*) cat>file$i.txt for each j do .... (1 Reply)
Discussion started by: jdsignature88
1 Replies

4. Shell Programming and Scripting

Perl program to convert PDF to text/CSV

Please suggest ways to easily convert pdf to text in perl only on windows (no other tools can be downloaded) Here is what I have been doing : using a module CAM::PDF to extract data. But it shows everything in messy format :wall: But this module is the only one working with the pdf... (0 Replies)
Discussion started by: chakrapani
0 Replies

5. UNIX for Dummies Questions & Answers

Extracting data from PDF files into CSV file

Hi, I have several hundreds of PDFfiles number 01.pdf, 02.pdf, 03.pdf, etc in one folder. These are vey long documentd with a lot of information (text, tables, figures, etc). I need to extract the information asociated with one disease in particular (Varicella). The information I need to... (5 Replies)
Discussion started by: Xterra
5 Replies

6. Shell Programming and Scripting

Perl script to Convert XLSX or XLS files to CSV file

Hi All, I've got in a situation where I need to convert .xlsx or .xls formatted files into simple text file or .csv file. I've found many options but doing this using PERL script is the best way I believe.I'm in AIX box. Perl code should have 2 params while running. i.e perl... (1 Reply)
Discussion started by: manab86
1 Replies

7. Shell Programming and Scripting

Create pdf of a jpg image in shell script

Dear Team, Can any one please let me know, if there is any way to create pdf of a Jpg image file in shell script. I work on Solaris, Korn Shell. Currently we are using sunpcl2pdf.exe to create PDF from PCL(Printer Control Language) files. But we are searching for some different way to... (2 Replies)
Discussion started by: Uttam Maji
2 Replies

8. Shell Programming and Scripting

Shell script for field wise record count for different Files .csv files

Hi, Very good wishes to all! Please help to provide the shell script for generating the record counts in filed wise from the .csv file My question: Source file: Field1 Field2 Field3 abc 12f sLm 1234 hjd 12d Hyd 34 Chn My target file should generate the .csv file with the... (14 Replies)
Discussion started by: Kirands
14 Replies
MPTOPDF(1)							      ConTeXt								MPTOPDF(1)

NAME
mptopdf - convert MetaPost to PDF SYNOPSIS
mptopdf FILE [ ... ] DESCRIPTION
mptopdf can convert MetaPost-generated EPS files to PDF, or it can process a MetaPost source file directly (see mpost(1)) and convert the generated EPS files to PDF. OPTIONS
All switches are specified in full here but can be abbreviated to the shortest unique prefix. Thus, --metaf works the same as --metafun. --help Print a terse help message. --metafun Use the metafun pre-compiled format to process the MetaPost source file. You usually don't need this option, since metafun input is usually produced and processed as part of a texexec(1) run. Needs the --rawmp switch to take effect. --rawmp Process the source file with mpost(1) directly, rather than with texexec(1). This option is needed if you want to specify --meta- fun. --latex Typeseting labels using latex(1) rather than plain tex(1). USAGE
To convert manfig.20 to manfig-20.pdf: mptopdf manfig.20 You can convert more than one EPS file at once: mptopdf manfig.20 otherfig.17 finalfig.8 Or you can give mptopdf(1) a pattern that it will expand: mptopdf 'manfig.*' Note the single quotes to protect the * from the shell. Of course, usually you can let the shell do the wildcard expansion and therefore leave off the quotes. To convert figs.mp to figs-1.pdf, figs-2.pdf, ... mptopdf figs.mp If the labels are typeset with latex(1): mptopdf --latex figs.mp SEE ALSO
tex(1), latex(1), mpost(1), pdftex(1), texexec(1). ConTeXt wiki <http://www.contextgarden.net>. AUTHOR
mptopdf(1) is part of the ConTeXt system by Hans Hagen et al, which is available from PRAGMA ADE <http://www.pragma-ade.com/>. This man- page was written by Sanjoy Mahajan <sanjoy@mit.edu> and is in the public domain. mptopdf 1.3.2 January 2007 MPTOPDF(1)
All times are GMT -4. The time now is 06:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy