Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-29 Thread Igor
sorry...i just remembered something...
enscript is used to print text...
try the 'psnups' tool. you can find it for free wiht a
bunch of other ps utilities...unfortunately, i forgot
the name of the entire package, but i know that psnups
definitely does what you want.

hope this helps,
sorry for the confusion
-igor

--- Igor [EMAIL PROTECTED] wrote:
 use a package called 'enscript'
 (get it if it's not installed already)
 there are options to send it straight to the
 printer,
 or to save it to a different file.
 
 something like '$enscript -2gR filename'
 (i'm a little rusty on the options, but there's
 always
 the 'man' command :-)
 
 hope this helps
 -igor
 
 --- Paulo Henrique Baptista de Oliveira
 [EMAIL PROTECTED] wrote:
  TIA, Paulo Henrique
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe
  [EMAIL PROTECTED]  /dev/null
  
  
 

_
 Do You Yahoo!?
 Free instant messaging and more at
 http://messenger.yahoo.com
 
 

_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com


How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Paulo Henrique Baptista de Oliveira
TIA, Paulo Henrique


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Andy Spiegl
Hi Paulo Henrique Baptista de Oliveira,

e.g. with psnup.  Try this:
 psnup -pa4 -n 2 file.ps  file2.ps

Bye,
 Andy.

-- 
 E-Mail: [EMAIL PROTECTED] URL: http://andy.spiegl.de
 Finger [EMAIL PROTECTED] for my PGP key
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\,__`\,__(_) (_)/_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Igor
use a package called 'enscript'
(get it if it's not installed already)
there are options to send it straight to the printer,
or to save it to a different file.

something like '$enscript -2gR filename'
(i'm a little rusty on the options, but there's always
the 'man' command :-)

hope this helps
-igor

--- Paulo Henrique Baptista de Oliveira
[EMAIL PROTECTED] wrote:
   TIA, Paulo Henrique
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED]  /dev/null
 
 

_
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.com


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Paulo Henrique Baptista de Oliveira
I think that enscript transforms text to ps. I want ps to ps.
Thanks anyway,  Paulo Henrique
Quoting Igor ([EMAIL PROTECTED]):
 use a package called 'enscript'
 (get it if it's not installed already)
 there are options to send it straight to the printer,
 or to save it to a different file.
 
 something like '$enscript -2gR filename'
 (i'm a little rusty on the options, but there's always
 the 'man' command :-)
 
 hope this helps
 -igor
 
 --- Paulo Henrique Baptista de Oliveira
 [EMAIL PROTECTED] wrote:
  TIA, Paulo Henrique
  
  
  -- 
  Unsubscribe?  mail -s unsubscribe
  [EMAIL PROTECTED]  /dev/null
  
  
 
 _
 Do You Yahoo!?
 Free instant messaging and more at http://messenger.yahoo.com
 


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Jason Gunthorpe

On Wed, 28 Jul 1999, Paulo Henrique Baptista de Oliveira wrote:

   TIA, Paulo Henrique

Try the mpage package, it does a nice job

Jason


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Brian Servis
*- On 28 Jul, Paulo Henrique Baptista de Oliveira wrote about Re: How to 
divide a .ps file in another .ps file with two pages by pages
   I think that enscript transforms text to ps. I want ps to ps.

You just answered you own question, =). Look at the man page for pstops
in the psutils package. From the man page:

DESCRIPTION
   Pstops rearranges pages from a PostScript document, creat­
   ing  a  new  PostScript  file.   The input PostScript file
   should follow the Adobe Document Structuring  Conventions.
   Pstops  can be used to perform a large number of arbitrary
   re-arrangements  of  Documents,  including  arranging  for
   printing  2-up, 4-up, booklets, reversing, selecting front
   or back sides of documents, scaling, etc.


-- 
Brian 
-
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Paulo Henrique Baptista de Oliveira
Thanks, worked.
Quoting Jason Gunthorpe ([EMAIL PROTECTED]):
 
 On Wed, 28 Jul 1999, Paulo Henrique Baptista de Oliveira wrote:
 
  TIA, Paulo Henrique
 
 Try the mpage package, it does a nice job
 
 Jason
 


Re: How to divide a .ps file in another .ps file with two pages by pages

1999-07-28 Thread Paulo Henrique Baptista de Oliveira
Thanks, worked too.
Quoting Brian Servis ([EMAIL PROTECTED]):
 *- On 28 Jul, Paulo Henrique Baptista de Oliveira wrote about Re: How to 
 divide a .ps file in another .ps file with two pages by pages
  I think that enscript transforms text to ps. I want ps to ps.
 
 You just answered you own question, =). Look at the man page for pstops
 in the psutils package. From the man page:
 
 DESCRIPTION
Pstops rearranges pages from a PostScript document, creat­
ing  a  new  PostScript  file.   The input PostScript file
should follow the Adobe Document Structuring  Conventions.
Pstops  can be used to perform a large number of arbitrary
re-arrangements  of  Documents,  including  arranging  for
printing  2-up, 4-up, booklets, reversing, selecting front
or back sides of documents, scaling, etc.
 
 
 -- 
 Brian 
 -
 Mechanical Engineering  [EMAIL PROTECTED]
 Purdue University   http://www.ecn.purdue.edu/~servis
 -