Thank you, this works nicely.

Lukas


On Thu, 18 Nov 2010 14:12:36 +0100, Peter Rolf <indi...@gmx.net> wrote:

Am 18.11.2010 10:53, schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
Hello,

I'm trying similar code as described on
http://wiki.contextgarden.net/Including_pages_from_PDF_document:

---
\starttext
  \filterpages[1.pdf][2][width=15cm]
  \page
  \filterpages[1.pdf][2][width=5cm]
\stoptext
---

But I'm still getting the same picture - scaled to (probably) \textwidth.

Bug? My mistake?

Only the horizontal shift of \copypages looks fishy (as all other values
seem to fit).

So how to scale to paper width (or any arbitrary value)?

maybe


\definelayout[fullpage]
  [height=\paperheight,
   width=\paperwidth,
   header=0mm,
   footer=0mm,
   margin=0mm,
   topspace=0mm,
   bottomspace=0mm,
   backspace=0mm,
  ]


\starttext
\showframe
  AAA\page
  \setuplayout[fullpage]
  \copypages[1.pdf]
  \setuplayout[reset]
  \page
  BBB
\stoptext



Best wishes,  Peter


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.      [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to