On 18-11-2010 2:12, Peter Rolf 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
---

commands like \filterpages are for special purposes (and will probably move to modules), you probably want:

\starttext
   \externalfigure[1.pdf][page=2,width=15cm]
   \page
   \externalfigure[1.pdf][page=2,width=5cm]
\stoptext

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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