print ps 2-sided

  • Thread starter Thread starter Mike - EMAIL IGNORED
  • Start date Start date
M

Mike - EMAIL IGNORED

I have downloaded some postscript files that I want to
print two-sided. I have a an HP-1200 printer that allows
manual 2-sided printing. There appears to be no application
on my system that will open the ps file. When I print the
file from the command line, I get 1-sided printing even if
I set 2-sided in the printer window in the Control Panel.
I tried opening the ps file with Notepad, but when I print,
the results are uninterpreted ps. Any suggestions? Perhaps
an application I should download?

Thanks for your help,
Mike.
 
http://www.cs.usask.ca/resources/techsupport/postscript.shtml
I have downloaded some postscript files that I want to
print two-sided. I have a an HP-1200 printer that allows
manual 2-sided printing. There appears to be no application
on my system that will open the ps file. When I print the
file from the command line, I get 1-sided printing even if
I set 2-sided in the printer window in the Control Panel.
I tried opening the ps file with Notepad, but when I print,
the results are uninterpreted ps. Any suggestions? Perhaps
an application I should download?

Thanks for your help,
Mike.
 
http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows
I have downloaded some postscript files that I want to
print two-sided. I have a an HP-1200 printer that allows
manual 2-sided printing. There appears to be no application
on my system that will open the ps file. When I print the
file from the command line, I get 1-sided printing even if
I set 2-sided in the printer window in the Control Panel.
I tried opening the ps file with Notepad, but when I print,
the results are uninterpreted ps. Any suggestions? Perhaps
an application I should download?

Thanks for your help,
Mike.
 
dcdon said:
http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows
I have downloaded some postscript files that I want to
print two-sided. I have a an HP-1200 printer that allows
manual 2-sided printing. There appears to be no application
on my system that will open the ps file. When I print the
file from the command line, I get 1-sided printing even if
I set 2-sided in the printer window in the Control Panel.
I tried opening the ps file with Notepad, but when I print,
the results are uninterpreted ps. Any suggestions? Perhaps
an application I should download?

Thanks for your help,
Mike.

My Adobe reader 6.0.2 won't open the file. Am I missing something?
The start of the file is shown below. I repeat that the print
command will print it.
Thanks,
Mike.

%!PS-Adobe-2.0
%%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software
%%Title: networking-concepts-HOWTO.a4.dvi
%%Pages: 11
%%PageOrder: Ascend
%%BoundingBox: 0 0 596 842
%%DocumentFonts: CMSY10
%%DocumentPaperSizes: a4
%%EndComments
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -t a4 -o networking-concepts-HOWTO.a4.ps
%+ networking-concepts-HOWTO.a4.dvi
%DVIPSParameters: dpi=600, compressed
%DVIPSSource: TeX output 2004.01.09:2324
%%BeginProcSet: texc.pro
%!
 
Only the full version, not the Reader, can open .PS (PostScript) files.

What you need is the open software GhostScript that will view, print and manipulate .PS
(PostScript) files.

http://www.cs.wisc.edu/~ghost/

Specifically, GhostPrint to print .PS under the Win32 ennvironment.
http://www.cs.wisc.edu/~ghost/gsview/gsprint.htm

--
Dave




| dcdon wrote:
| >
| > http://www.adobe.com/support/downloads/product.jsp?product=44&platform=Windows
| > | > I have downloaded some postscript files that I want to
| > print two-sided. I have a an HP-1200 printer that allows
| > manual 2-sided printing. There appears to be no application
| > on my system that will open the ps file. When I print the
| > file from the command line, I get 1-sided printing even if
| > I set 2-sided in the printer window in the Control Panel.
| > I tried opening the ps file with Notepad, but when I print,
| > the results are uninterpreted ps. Any suggestions? Perhaps
| > an application I should download?
| >
| > Thanks for your help,
| > Mike.
|
| My Adobe reader 6.0.2 won't open the file. Am I missing something?
| The start of the file is shown below. I repeat that the print
| command will print it.
| Thanks,
| Mike.
|
| %!PS-Adobe-2.0
| %%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software
| %%Title: networking-concepts-HOWTO.a4.dvi
| %%Pages: 11
| %%PageOrder: Ascend
| %%BoundingBox: 0 0 596 842
| %%DocumentFonts: CMSY10
| %%DocumentPaperSizes: a4
| %%EndComments
| %DVIPSWebPage: (www.radicaleye.com)
| %DVIPSCommandLine: dvips -t a4 -o networking-concepts-HOWTO.a4.ps
| %+ networking-concepts-HOWTO.a4.dvi
| %DVIPSParameters: dpi=600, compressed
| %DVIPSSource: TeX output 2004.01.09:2324
| %%BeginProcSet: texc.pro
| %!
 
Excellent !

Thanx for the update.

--
Dave




| Problem solved by ghost.
| Thanks,
| Mike.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top