ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: imposition for a pdf file
Date: Wed, 16 Mar 2005 10:02:30 +0100	[thread overview]
Message-ID: <4237F626.7050701@wxs.nl> (raw)
In-Reply-To: <4237E9A0.4020604@logosrl.it>

luigi.scarso wrote:
> Ciro A. Soto wrote:
> 
>>I have a pdf file with 660 letter-size pages.
>>I would like to save toner in my printer by
>>printing 2 or 4 pages in one single sheet of paper.
>>
>>Is it possible to do this with context?
>>or any other alternative?
>>
>>Remember, I don't have the source file, only the pdf
>>file.
>>
>>thank you
>>
>>Ciro

texexec --pdf --pdfcomb --comb=2*2 manypages.pdf

>>_______________________________________________
>>ntg-context mailing list
>>ntg-context@ntg.nl
>>http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>  
>>
> As usually, not a direct answer...
> 
> Play with these script
> %%
> %% save it as test.tex
> %%
> \setupcolors[state=start]
> \starttext
> \dorecurse{660}%
> {\startTEXpage[width=3cm,height=2cm]
> \vbox to \vsize{\vss
> \hbox to 
> \hsize{\hss\framed[width=2cm,align={middle,lohi},background=color,backgroundcolor=green]{p.\tfd\recurselevel}\hss} 
> \vss}
> \stopTEXpage}
> \stoptext
> 
> %%
> %% save as my-imp.tex
> %%
> %% \setuplayout here
> \starttext
> \centerline{%
> \externalfigure[test][page=1]
> \externalfigure[test][page=3]
> \externalfigure[test][page=5]
> \externalfigure[test][page=7]
> \externalfigure[test][page=9]
> \externalfigure[test][page=11]
> }
> \blank[1cm]
> \centerline{%
> \externalfigure[test][page=2]
> \externalfigure[test][page=4]
> \externalfigure[test][page=6]
> \externalfigure[test][page=8]
> \externalfigure[test][page=10]
> \externalfigure[test][page=12]
> }
> \stoptext
> 
> (you can create my-imp.tex by a script and choosing the appropriate number
> for page=...., also use \setuplayout etc..)
> 
> Also look for  \setuparranging.
> 
> luigi
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  parent reply	other threads:[~2005-03-16  9:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-16  2:33 Ciro A. Soto
2005-03-16  8:09 ` luigi.scarso
2005-03-16  8:58   ` Wolfgang Zillig
2005-03-16  9:02   ` Hans Hagen [this message]
2005-03-17  8:44   ` Albrecht Kauffmann
2005-03-16 12:48 Ciro A. Soto
2005-03-16 13:22 ` luigi.scarso
2005-03-16 13:45   ` Hans Hagen
2005-03-17 10:44     ` luigi.scarso
2005-03-17 13:15       ` Hans Hagen
2005-03-16 12:52 Ciro A. Soto
2005-03-16 23:47 Ciro A. Soto
2005-03-17  7:21 ` luigi.scarso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4237F626.7050701@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).