Sponsored Content
Full Discussion: Ghostscript
Top Forums UNIX for Dummies Questions & Answers Ghostscript Post 302142156 by porter on Wednesday 24th of October 2007 05:48:55 PM
Old 10-24-2007
It's not hanging, it's waiting for something to do!

If you were brave you could have typed postscript.

Try piping some postscript in as stdin.

If you want to look at pdfs, try "xpdf".
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Perl and ghostscript

Hi all I am using HPUX11.0 i want to install perl 5.6.0 and ghostscript 5.03.. can anyone help me to get it download from any free ftp or http link... i searched perl.com and ghostscript.com but in vain.... the procuct are to be installed with the above mentioned version... please... (1 Reply)
Discussion started by: Prafulla
1 Replies

2. UNIX for Dummies Questions & Answers

Ghostscript Question

I need to know how to convert 132 columns text file to Postcript by using ghostscript. What I want to do is to fax a 132 columns report (text file) with efax and I was told to use ghostscript to change the type and szie of font so the lines will not wrap. Thanks ;) (1 Reply)
Discussion started by: falcon2460
1 Replies

3. UNIX for Dummies Questions & Answers

ghostscript ecryption trouble

Hello, I have a pdf (no security) that I convert into ps using acroread. I then pass that postscript file to ghostscript so I can distill it for the web. acroread -toPostScript -pairs -binary -fast -pairs first.pdf first.ps gs -q -dNOPAUSE -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook... (0 Replies)
Discussion started by: dfr574
0 Replies

4. UNIX for Dummies Questions & Answers

printing with ghostscript via cygwin

good day! =) i was wondering if anyone could help me with this.. i just have a question actually.. you see, i have ghostscript installed in my solaris box.. i have cygwin in my pc which i use to emulate my unix.. my pc already has "Unix Print Services" installed as a system component.. but i... (4 Replies)
Discussion started by: maria_iris
4 Replies

5. HP-UX

Ghostscript Errpr

Hi everyone, I'm new here but I hope there's someone who can help me with this error when running ghostscript/gs: /usr/lib/dld.sl: Unresolved symbol: jpeg_resync_to_restart (code) from gs Abort(coredump) I've managed to install Ghostscript 8.56 including all dependencies successfully... (0 Replies)
Discussion started by: bgail
0 Replies

6. UNIX for Dummies Questions & Answers

Ghostscript on SCO 5.0.7

I am attempting to update to ghostscript version 8.54 on my SCO 5.0.7 box. When I run ./configure, I get the following error configure: error: no acceptable C compiler found in $PATH Could someone please help me? (0 Replies)
Discussion started by: kberger82
0 Replies

7. Programming

Compiling ghostscript v 9.21

I ran configure, and then make, using the SCO 6.0.0 cc compiler. -bash-3.2# make UX:make: ERROR: bad character | (octal 174), line 277 (bu40)UX:make: ERROR: Mess age not found!! ... (4 Replies)
Discussion started by: jgt
4 Replies
PS_OPEN_IMAGE_FILE(3)					     Library Functions Manual					     PS_OPEN_IMAGE_FILE(3)

NAME
PS_open_image_file -- Opens an image from file SYNOPSIS
#include <pslib.h> int PS_open_image_file(PSDoc *psdoc, const char *type, const char *filename, const char *stringparam, int intparam) DESCRIPTION
This function reads image data from a file. It can read png, jpeg, gif, tiff, and eps files. png, jpeg, gif, and tiff images can only be read if pslib has been compiled with support for those formats. Once an image has been loaded it can be placed on a page with PS_place_image(3). Since version 0.4.5 of pslib images are read by default for later reuse. This means that the image is saved into a so called reusable stream object. Later calls of PS_place_image(3) will only put a short sequence of postscript code into the output file replay- ing the image. This reduces the overall postscript file size, speeds up its processing by the postscript rip and allows to place images into templates. This behaviour can be turned off by setting the parameter `imagereuse' to false with PS_set_parameter(3). RETURN VALUE
Returns identifier of image or zero in case of an error. The identifier is a positiv number greater 0. SEE ALSO
PS_open_image(3), PS_place_image(3), PS_close_image(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_OPEN_IMAGE_FILE(3)
All times are GMT -4. The time now is 06:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy