Sponsored Content
Full Discussion: Need Help
Top Forums UNIX for Dummies Questions & Answers Need Help Post 302532434 by sampandey31 on Tuesday 21st of June 2011 02:36:18 AM
Old 06-21-2011
Quote:
Originally Posted by yazu
Everything should work, if only outputFile isn't empty.
(Why outputFile? It is input for the loop.)
No output file is not empty as I have used

Code:
 cp inputFile.txt outputFile.txt

But the date has not been appended to the outputFile.txt

Kindly tell me my mistake.
 
PS2ASCII(1)							 Ghostscript Tools						       PS2ASCII(1)

NAME
ps2ascii - Ghostscript translator from PostScript or PDF to ASCII SYNOPSIS
ps2ascii [ input.ps [ output.txt ] ] ps2ascii input.pdf [ output.txt ] DESCRIPTION
ps2ascii uses gs(1) to extract ASCII text from PostScript(tm) or Adobe Portable Document Format (PDF) files. If no files are specified on the command line, gs reads from standard input; but PDF input must come from an explicitly-named file, not standard input. If no output file is specified, the ASCII text is written to standard output. ps2ascii doesn't look at font encoding, and isn't very good at dealing with kerning, so for PostScript (but not currently PDF), you might consider pstotext (see below). FILES
Run "gs -h" to find the location of Ghostscript documentation on your system, from which you can get more details. SEE ALSO
pstotext(1), http://www.research.digital.com/SRC/virtualpaper/pstotext.html VERSION
This document was last revised for Ghostscript version 9.07. AUTHOR
Artifex Software, Inc. are the primary maintainers of Ghostscript. David M. Jones <dmjones@theory.lcs.mit.edu> made substantial improve- ments to ps2ascii. 9.07 12 February 2013 PS2ASCII(1)
All times are GMT -4. The time now is 09:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy