Displaying 2 results from an estimated 2 matches for "ppmraw".
2003 Jul 21
9
I've always HATED printing with Samba
Primarily because I've never gotten it to work despite frequent efforts.
Offeding printer is a Lexmark Z53 (supposedly fully supported) and when
ever I try to add it to an XP box I get "Server doesn't have the right
driver, do you wish to upload the driver?" then when I do it says
"Cannot connect to the printer. Contact your network administrator
yatta yatta
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