Sponsored Content
Full Discussion: Need help on ps2pdf
Top Forums Shell Programming and Scripting Need help on ps2pdf Post 302367575 by Pradeep Garine on Tuesday 3rd of November 2009 04:09:08 AM
Old 11-03-2009
Hi,

I have copied the below files from Server1 to a local folder in server2 and then trying to execute it.

rwxrwxrwx 1 sat0157 arsys 156 Nov 3 07:54 gsbj
-rwxrwxrwx 1 sat0157 arsys 158 Nov 3 07:55 gsdj
-rwxrwxrwx 1 sat0157 arsys 161 Nov 3 07:55 gsdj500
-rwxrwxrwx 1 sat0157 arsys 159 Nov 3 07:55 gslj
-rwxrwxrwx 1 sat0157 arsys 156 Nov 3 07:55 gslp
-rwxrwxrwx 1 sat0157 arsys 83 Nov 3 07:55 gsnd
-rwxrwxrwx 1 sat0157 arsys 640 Nov 3 07:55 ps2ascii
-rwxrwxrwx 1 sat0157 arsys 1740 Nov 3 07:55 ps2epsi
-rwxrwxrwx 1 sat0157 arsys 899 Nov 3 07:55 ps2pdfwr
-rwxrwxrwx 1 sat0157 arsys 211 Nov 3 07:55 ps2pdf
-rwxrwxrwx 1 sat0157 arsys 173 Nov 3 07:55 ps2pdf12
-rwxrwxrwx 1 sat0157 arsys 173 Nov 3 07:55 ps2pdf13
-rwxrwxrwx 1 sat0157 arsys 173 Nov 3 07:55 ps2pdf14
rwxrwxrwx 1 sat0157 arsys 373 Nov 3 07:55 ps2ps
rwxrwxrwx 1 sat0157 arsys 28668 Nov 3 07:55 pspp
rwxrwxrwx 1 sat0157 arsys 3246136 Nov 3 08:00 gs
rwxrwxrwx 1 sat0157 arsys 132140 Nov 3 08:00 pstree

But iam not able to run it successfully.

Below is the error..

ps2pdfwr: gs: Execute permission denied.

Regards,
Pradeep G
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Print to a ps2pdf print queue.

I am trying to create a printer queue, on a SunOS 5.7 system, that outputs a pdf file. There is an application running on the system that has a print button, which sends print files to the default printer. If I disable the printer, I am able to manually capture the files in /var/spool/lp/tmp and... (1 Reply)
Discussion started by: Sean_69
1 Replies

2. Solaris

Print to ps2pdf print queue

I am trying to create a printer queue, on a SunOS 5.7 system, that outputs a pdf file. There is an application running on the system that has a print button, which sends print files to the default printer. If I disable the printer, I am able to manually capture the files in /var/spool/lp/tmp and... (2 Replies)
Discussion started by: Sean_69
2 Replies

3. UNIX and Linux Applications

Creating pdf with bookmarks using ps2pdf ??

Hello to all, I have a *.ps file, which needs to be converted to a pdf file. The file is huge & i would like it to have bookmarked according to main titles (already provided). What is the option used in ps2pdf command, that will generate bookmarks from a *.ps file ? Kindly help. Thanks. ... (0 Replies)
Discussion started by: frozensmilz
0 Replies

4. UNIX for Beginners Questions & Answers

Ps2pdf: Unrecoverable error

Good Day all, I'm new to ghostscript and have installed it in my unix system two days back. But while using ps2pdf, I get the error pasted at the bottom. I was able to convert my PS file via PDF Creator manually. But this error seems to be coming while using ps2pdf. My PS File is... (8 Replies)
Discussion started by: ADHVADARZIN
8 Replies
PS2PDF(1)							    Ghostscript 							 PS2PDF(1)

NAME
ps2pdf - Convert PostScript to PDF using ghostscript ps2pdf12 - Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible) using ghostscript ps2pdf13 - Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible) using ghostscript SYNOPSIS
ps2pdf [options...] {input.[e]ps|-} [output.pdf|-] ps2pdf12 [options...] {input.[e]ps|-} [output.pdf|-] ps2pdf13 [options...] {input.[e]ps|-} [output.pdf|-] DESCRIPTION
The ps2pdf scripts are work-alikes for nearly all the functionality (but not the user interface) of Adobe's Acrobat(TM) Distiller(TM) prod- uct: they convert PostScript files to Portable Document Format (PDF) files. If the output filename is not specified, the output is placed is a file of the same name with a '.pdf' extension. Either the input filename or the output filename can be '-' to request reading from stdin or writing to stdout, respectively, when used as a filter. The three scripts differ as follows: - ps2pdf12 will always produce PDF 1.2 output (Acrobat 3-and-later compatible). - ps2pdf13 will always produce PDF 1.3 output (Acrobat 4-and-later compatible). - ps2pdf per se currently produces PDF 1.4 output. However, this may change in the future. If you care about the compatibility level of the output, use ps2pdf12 or ps2pdf13, or use the -dCompatibility=1.x switch in the command line. There are some limitations in ps2pdf's conversion. See the HTML documentation for more information. A large number of Adobe Distiller(TM) parameters which can be used to control the conversion are also documented there, including instructions for generating PDF/X and PDF/A documents. OPTIONS
The ps2pdf scripts use the same options as gs(1). EXAMPLES
Converting a figure.ps to figure.pdf: ps2pdf figure.ps A conversion with more specifics: ps2pdf -dPDFSETTINGS=/prepress figure.ps proof.pdf Converting as part of a pipe: make_report.pl -t ps | ps2pdf -dCompatibility=1.3 - - | lpr SEE ALSO
gs(1), ps2pdfwr(1), Ps2pdf.htm in the Ghostscript documentation BUGS
See http://bugs.ghostscript.com/ and the Usenet news group comp.lang.postscript. VERSION
This document was last revised for Ghostscript version 8.70. AUTHOR
Artifex Software, Inc. are the primary maintainers of Ghostscript. This manpage by George Ferguson. 8.70 31 July 2009 PS2PDF(1)
All times are GMT -4. The time now is 06:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy