ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: NTG ConTeXt Mailing List <ntg-context@ntg.nl>
Subject: Re: Verzamelen PDF-files
Date: Wed, 14 Nov 2001 12:32:05 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20011114122344.03007b90@server-1> (raw)
In-Reply-To: <3BF23CA9.6DAE9BE3@WbMT.TUDelft.NL>

At 10:43 AM 11/14/2001 +0100, Ron van Ostayen wrote:
>Beste mensen,
>
>Een collega van mij wil een aantal artikelen (zonder paginanummering) in
>PDF format verzamelen in 1 band.
>
>De artikelen moeten dan waarschijnlijk als figuren ingelezen worden?
>Is het hierbij mogelijk om de paginas zonder verkleinen over te nemen?
>Is het mogelijk om nog een paginanummering toe te voegen?

texexec --pdfarrange file1.pdf file2.pdf file3.pdf

or

\setuppapersize
   [A4][A4]

\setuplayout
  [width=middle,
   height=middle,
   backspace=1cm,
   topspace=1cm,
   header=1cm,
   footer=1cm]

\starttext

\copypages[test.pdf]

\stoptext

etc. If the included pages have headers, you can define graphic covering them

\startreusableMPgraphic{hide}
   StartPage ;
   ...
   StopPage ;
\stopreusableMPgraphic

\defineoverlay[hide][\reuseMPgraphic{hide}

\setupbackgrounds
   [page]
   [background={foreground,hide}]

etc

hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


      reply	other threads:[~2001-11-14 11:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-14  9:43 Ron van Ostayen
2001-11-14 11:32 ` Hans Hagen [this message]

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=5.1.0.14.1.20011114122344.03007b90@server-1 \
    --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).