search for: ljet3

Displaying 2 results from an estimated 2 matches for "ljet3".

Did you mean: ljet4
2000 Apr 05
3
Problems with Intel Netport Printserver and Samba
...c/printcap is as follows ##PRINTTOOL3## REMOTE cdj500 300x300 letter {} DeskJet500 3 1 lp|HPDJ540|DESKJET:\ :sd=/var/spool/lpd/lp:\ :mx#0:\ :sh:\ :rm=192.168.1.100:\ :rp=LPT1_PASSTHRU:\ :if=/var/spool/lpd/lp/filter: ##PRINTTOOL3## REMOTE ljet3 300x300 letter {} LaserJet3 Default 1 lp0|BROTHER_HL-10V|LASER:\ :sd=/var/spool/lpd/lp0:\ :mx#0:\ :sh:\ :rm=192.168.1.100:\ :rp=LPT2_PASSTHRU:\ :if=/var/spool/lpd/lp0/filter: This works fine from linux. OTOH, smb printing via samba doesn'...
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