ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: imposition with some rotated pages
Date: Sun, 30 Jul 2017 20:55:56 +0200	[thread overview]
Message-ID: <087d8147-17c1-e2fd-3c8e-ca23b4bdb7e8@gmx.es> (raw)

Dear list,

I have a PDF document in A4 paper size with some rotated pages.

I would like to make a booklet of it:

    \setuppapersize [A5][A4, landscape]
    \setuparranging [2UP]
    \setuplayout
      [backspace=0pt,
        topspace=0pt,
           width=middle,
          height=middle,
        location=middle,
          header=0pt,
          footer=0pt]
    \setupinteractionscreen[option={landscape, paper}, copies=1]
    \starttext
    \filterpages[report.pdf][1:25][width=0pt]
    \filterpages[report.pdf][27:30][width=0pt]%they are rotated
    \filterpages[report.pdf][31:100][width=0pt]
    \stoptext

The rotated pages in the source PDF document are a problem here.

The wiki contains the info that \filterpages may be rotated with
[orientation=90]. But this seems to be old, since it doesn’t work.

If I add
\rotate[rotation=90]{\filterpages[report.pdf][27:30][width=0pt]},
automatic scaling doesn’t work. And all pages will be considered as a
single image.

Is there any way to have rotation for some pages in the source document
to get the right imposition?

I’m afraid rotation comes from the source PDF document in this case.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2017-07-30 18:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-30 18:55 Pablo Rodriguez [this message]
2017-08-02  5:11 ` Rudolf Bahr
2017-08-02  5:23   ` Pablo Rodriguez
2017-08-02  9:22     ` Hans Hagen
2017-08-02 11:40 ` Willi Egger
2017-08-02 16:43   ` Pablo Rodriguez

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=087d8147-17c1-e2fd-3c8e-ca23b4bdb7e8@gmx.es \
    --to=oinos@gmx.es \
    --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).