printing with ghostscript via cygwin


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers printing with ghostscript via cygwin
# 1  
Old 06-13-2006
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 still can't print a PS file to a network printer (which does not have a PS personality).. i thought that once i have installed ghostscript i would be able to print in the network printer.. printing ascii files poses no problems at all BTW.. so, do i have to install ghostscript in my pc? or i'm just wrong somewhere in the solaris side?

many thanks! =)
# 2  
Old 06-13-2006
postscript printing requires postscript drivers. Some printers do not support PS at all.

So, yes you need postscript and possibly some printer drivers on your PC.
# 3  
Old 06-13-2006
Power

Quote:
Originally Posted by jim mcnamara
postscript printing requires postscript drivers. Some printers do not support PS at all.

So, yes you need postscript and possibly some printer drivers on your PC.
i thought ghostscript allows you to print PS files in nonPS printers? so i should install ghostscript in my PC where i emulate unix?

thanks much!

Last edited by maria_iris; 06-14-2006 at 04:46 AM..
# 4  
Old 06-15-2006
Ghostscript for PC's (windows) is available - you don't have to use the cygwin version
http://web.mit.edu/ghostscript/www/Install.htm
# 5  
Old 06-20-2006
Problem Solved!

Quote:
Originally Posted by jim mcnamara
Ghostscript for PC's (windows) is available - you don't have to use the cygwin version
http://web.mit.edu/ghostscript/www/Install.htm
Thanks for the replies jim mcnamara! =)

It turned out I was using the wrong output file which caused ghostscript not to direct it to the printer.. My bad!

fyi, our application uses cygwin that's why I was trying to do it there.. our users' PCs wouldnt be able to handle the load, I think, so we plan to install ghostscript in the print server instead..

Thanks!

=)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. 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

2. Shell Programming and Scripting

Issue when printing filename through cygwin using a variable with awk

Hi, If i were to do this an print out the file, it will show as it is in the command $ awk '/Privilege Use/ {P=0} /Object Access/ {P=1} P' AdvancedAudit.txt Object Access File System No Auditing Registry No Auditing Kernel... (1 Reply)
Discussion started by: alvinoo
1 Replies

3. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

4. 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

5. UNIX for Dummies Questions & Answers

Ghostscript

I am trying to use Ghostscript oin AIX to print pdf's and it seems I have downloaded it and all dependencys fine - install went fine, when I type any gs commnad except gs -h it just hangs..Here is what it says before the hang: GNU Ghostscript 5.50 (2000-2-13) Copyright (C) 1998 Aladdin... (6 Replies)
Discussion started by: capeme
6 Replies

6. 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

7. 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

8. 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
Login or Register to Ask a Question