Re: printing specific pages

1999-11-07 Thread Keith Harbaugh
On Wed, 1999-10-20 at 23:29:36 +0200, Jean-Yves BARBIER wrote:
 On Wed, Oct 20, 1999 at 10:43:12PM +0300, Paul Huygen wrote:
  Jean-Yves BARBIER [EMAIL PROTECTED] wrote:
  
   I did not found anything about printing only certain pages. Is it 
   possible?
  
  Probably. How to do it depends on the format of the pages that you
  want to be printed. Are the pages in Postscript, TeX, Troff, Word,
  Wordperfect, or something else?
  
  Paul Huygen
 
 I'd like to print in all these formats!


For TeX, dvips has -A and -B options for printing odd and even pages resp,
and -pp first-last for page ranges.
Just typing `dvips' gives a quick summary, while the whole story is in a
info/texinfo document.

For Postscript, psselect was already mentioned,
but the interactive viewer gv also supports both odd and even
markings/selections, as well as marking for printing individual pages.


Keith


printing specific pages

1999-10-20 Thread Jean-Yves BARBIER
Hi all,

I did not found anything about printing only certain pages.
Is it possible? (I'd like to print odd pages, then even on
the forms verso)

I mean from the command line, not from a word processor.

JY
-- 
Jean-Yves F. Barbier [EMAIL PROTECTED]
 * * * * * THIS TERMINAL IS IN USE * * * * *


Re: printing specific pages

1999-10-20 Thread E.L. Meijer \(Eric\)
On Wed, Oct 20, 1999 at 01:11:38PM +0200, Jean-Yves BARBIER wrote:
 Hi all,
 
 I did not found anything about printing only certain pages.
 Is it possible? (I'd like to print odd pages, then even on
 the forms verso)
 
 I mean from the command line, not from a word processor.

If the postscript file is well-formed (which many are not), you could
use psselect from the psutils package.

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])
 Eindhoven Univ. of Technology
 Lab. for Catalysis and Inorg. Chem. (SKA)


Re: printing specific pages

1999-10-20 Thread niff-iff
E.L. Meijer (Eric) wrote:
 If the postscript file is well-formed (which many are not), you could
 use psselect from the psutils package.
 
 HTH,
 Eric

Thanks Eric,

I'm gonna try this at once :)

JY
-- 
Jean-Yves F. Barbier [EMAIL PROTECTED]
 * * * * * THIS TERMINAL IS IN USE * * * * *


Re: printing specific pages

1999-10-20 Thread Paul Huygen
Jean-Yves BARBIER [EMAIL PROTECTED] wrote:

 I did not found anything about printing only certain pages. Is it possible?

Probably. How to do it depends on the format of the pages that you
want to be printed. Are the pages in Postscript, TeX, Troff, Word,
Wordperfect, or something else?

Paul Huygen


Re: printing specific pages

1999-10-20 Thread Jean-Yves BARBIER
On Wed, Oct 20, 1999 at 10:43:12PM +0300, Paul Huygen wrote:
 Jean-Yves BARBIER [EMAIL PROTECTED] wrote:
 
  I did not found anything about printing only certain pages. Is it possible?
 
 Probably. How to do it depends on the format of the pages that you
 want to be printed. Are the pages in Postscript, TeX, Troff, Word,
 Wordperfect, or something else?
 
 Paul Huygen

I'd like to print in all these formats!

JY
-- 
Jean-Yves F. Barbier [EMAIL PROTECTED]
 Our informal mission is to improve the love life of operators worldwide.
-- Peter Behrendt, president of Exabyte


Re: Printing specific pages

1999-04-15 Thread Bernd Mayer


Margaret Uy schrieb:
 
 I've been trying to print out the PostScript version of the Linux-user's
 guide (175 pages worth of it) on my old Apple Laserwriter Select 310.
 Unfortunately, when it reached page 45, it stopped printing.  Is there any
 way to specify specific pages when printing a document (i.e. from page 45
 to end of doc)?  My printer is very old, and I don't think it could handle
 a lot.  I also tried using gv, but print marked is greyed out and there
 seems to be no way of selecting that option. The only option I could
 choose is print all.
 
Hello Margaret,

with gv it is possible to print only marked pages if you first select
them: In the left bottom corner is a non-text-box where you can mark
either individual pages for printing or only even pages or odd pages
(good for double-sided-printing of large manuals).

Good luck with linux


Bernd Mayer


Re: Printing specific pages

1999-04-15 Thread John Pearson
On %M 0, Margaret Uy wrote
 
 I've been trying to print out the PostScript version of the Linux-user's
 guide (175 pages worth of it) on my old Apple Laserwriter Select 310.
 Unfortunately, when it reached page 45, it stopped printing.  Is there any
 way to specify specific pages when printing a document (i.e. from page 45
 to end of doc)?  My printer is very old, and I don't think it could handle
 a lot.  I also tried using gv, but print marked is greyed out and there
 seems to be no way of selecting that option. The only option I could
 choose is print all.
 

psselect, in the psutils package, will do this.  You can also mark
individual pages of a document in gv, and then print marked pages.

You may want to put page 45 in its own file and then try running ps2ps
on it, like
  ps2ps page45.ps newpage45.ps
which may produce something your printer likes more.

Good luck,

John P.
-- 
[EMAIL PROTECTED]
Oh - I - you know - my job is to fear everything. - Bill Gates in Denmark


Re: Printing specific pages

1999-04-15 Thread David Wright
Quoting Margaret Uy ([EMAIL PROTECTED]):
 
 I've been trying to print out the PostScript version of the Linux-user's
 guide (175 pages worth of it) on my old Apple Laserwriter Select 310.
 Unfortunately, when it reached page 45, it stopped printing.  Is there any
 way to specify specific pages when printing a document (i.e. from page 45
 to end of doc)?  My printer is very old, and I don't think it could handle
 a lot.  I also tried using gv, but print marked is greyed out and there
 seems to be no way of selecting that option. The only option I could
 choose is print all.
 
 I'd really appreciate any help.  I'm quite new at this.

If you can't find any software to do this, just edit the .ps file.
Make a copy, then edit it and remove pages you dont need.
Here's the junction of two pages in a typical .ps document:

Fi(hw)p 1013 2911 V 15 w(info)e Fj(and)h(con\014g)g(en)o(tries.)p
eop
%%Page: 37 37
37 36 bop 0 -84 1950 3 v 0 -100 a Ff(7.)37 b(Debugging)13

Just cut from a point starting with %%Page: through to a point
finishing with eop (end of page). eop may not be on its own line,
but should than have a space before it, like this eop
Then print the edited copy. (Take out double pages if you can
print in duplex.)

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.


Re: Printing specific pages

1999-04-15 Thread Giuseppe Sacco
There is a program called psselect in package psutils.

Bye,
Giuseppe


Printing specific pages

1999-04-14 Thread Margaret Uy

I've been trying to print out the PostScript version of the Linux-user's
guide (175 pages worth of it) on my old Apple Laserwriter Select 310.
Unfortunately, when it reached page 45, it stopped printing.  Is there any
way to specify specific pages when printing a document (i.e. from page 45
to end of doc)?  My printer is very old, and I don't think it could handle
a lot.  I also tried using gv, but print marked is greyed out and there
seems to be no way of selecting that option. The only option I could
choose is print all.

I'd really appreciate any help.  I'm quite new at this.

Regards,
Meg


Re: Printing specific pages

1999-04-14 Thread Thomas Ruedas
You could try to compile and use the program psselect from the PSUtils
toolbox. Have a look at
http://www.dcs.ed.ac.uk/home/ajcd/psutils/
It allows you to extract given pages from a multi-page postscript
document.
HTH,
-- 

Thomas Ruedas
Institute of Meteorology and Geophysics, 
J.W. Goethe University Frankfurt/Main
Feldbergstrasse 47  D-60323 Frankfurt/Main, Germany
Phone:+49-(0)69-798-24949   Fax:+49-(0)69-798-23280
e-mail: [EMAIL PROTECTED]
http://www.geophysik.uni-frankfurt.de/~ruedas/