Home > Archive > PostScript > March 2006 > postscript printing in XP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
postscript printing in XP
|
|
| Tired Techie 2006-03-06, 9:56 pm |
| I have an HP LaserJet 1320 connected via USB to a Windows XP PC. How do
I send a postscript file to the printer?
Thanks.
| |
| Ken Sharp 2006-03-07, 7:09 pm |
| In article <1141702986.273131.31920@i39g2000cwa.googlegroups.com>,
email383@aol.com says...
> I have an HP LaserJet 1320 connected via USB to a Windows XP PC. How do
> I send a postscript file to the printer?
Does something like :
copy <filename> USB00:
not work ?
Ken
| |
| Alain.Borel@icma.unil.ch 2006-03-08, 3:57 am |
| Ken Sharp <ken@spamcop.net> wrote:
> In article <1141702986.273131.31920@i39g2000cwa.googlegroups.com>,
> email383@aol.com says...
>
> Does something like :
>
> copy <filename> USB00:
>
> not work ?
I think that
copy /b <filename> USB00:
would be safer. Some non-printable characters could be embedded in the
Postscript file.
--
Alain Borel
<alain.borel@epfl.ch>
| |
| Jim Land 2006-03-08, 9:57 pm |
| "Tired Techie" <email383@aol.com> wrote in news:1141702986.273131.31920
@i39g2000cwa.googlegroups.com:
> I have an HP LaserJet 1320 connected via USB to a Windows XP PC. How do
> I send a postscript file to the printer?
PRINTFILE
Send a file to a printer (even a network printer). Select which pages to
print, including odd- or even-numbered pages. Offers drag-and-drop, n-up,
and eps printing; on-the-fly file conversion (for example, by
Ghostscript), automatic prepend of a printer prolog, and a "watched
folder" function. When you use Printfile to print a PS file, it can
automate Ghostscipt's conversion for a non-PS printer. (MSWindows and
DOS)
> http://www.lerup.com/printfile and at many shareware sites worldwide.
IMPRINT has similar features. (MSWindows) Free demo (US Dollars) $30
> http://www.gallicrow.co.uk/Imprint.html
-----------------------
PostScript and Ghostscript Internet Resources
http://www.geocities.com/SiliconVal...postscript.html
|
|
|
|
|