Displaying 2 results from an estimated 2 matches for "ljet2p".
Did you mean:
let2
1999 Apr 10
0
smbprint(ing) to an HP 3100??
...>Date: Fri, 09 Apr 1999 11:36:34 -0700
>Subject: Re: smbprint(ing) to a HP 3100??
[snip]
>On a linux box:
>1) open up netscape
>2) print the netscape window to a file "netscape.ps"
>3) use ghostscrip to change it to an HP command language...
> gs -dNOPAUSE -sDEVICE=ljet2p -sOutputFile=bug.prn netscape.ps -c quit
>4) now use smbclient to print bug.prn...
> a) smbclient \\\\server\\share ""
> b) smb: \> print bug.prn
>
>after a couple of seconds the windows98 box will crash with
>a blue screen of semi-death (your choices are to continu...
2007 Apr 25
5
Upload PDF / Save as tiff
Hi,
I''m trying to automate the conversion of a PDF document received via a
browser upload to a tiff image via ghostscript. I have the PDF data in
a string, and I need the tiff data returned into a string.
The general command I want to emulate is:
type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q
-dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff