From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13670 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: inserting other pdf's Date: Wed, 1 Oct 2003 10:48:25 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1064999351 5601 80.91.224.253 (1 Oct 2003 09:09:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2003 09:09:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Oct 01 11:09:09 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4cyr-0006u3-00 for ; Wed, 01 Oct 2003 11:09:09 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 51AAB10AF1; Wed, 1 Oct 2003 11:09:07 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id AE5B310ACC for ; Wed, 1 Oct 2003 10:49:22 +0200 (MEST) Original-Received: (qmail 11451 invoked from network); 1 Oct 2003 08:49:20 -0000 Original-Received: from unknown (HELO [217.184.8.10]) (159967@[217.184.8.10]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 1 Oct 2003 08:49:20 -0000 X-Sender: 159967 Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13670 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13670 Hans Hagen wrote: > At 21:55 30/09/2003 +0200, you wrote: > >Hi, > >I want to Know if it's possible to add others pdf files to a former one > >resulting from a ConteXt compilation. > > > >It's because I make technical drawings with Autocad wich are printed (at > >the right scale !) to a pdf file (By Distiller or Amunyi converter), and I > >want those in more general (text+drawings) documents. > > pdftex (and therefore context) can include pdf's and even specific pages > from a pdf: > > % output=pdftex > > \starttext > > \externalfigure[somefile.pdf][ppage=2] > > \stoptext When I tried it it looks to me as these pages were placed like figures - sure, externalfigure o) But is there also a command to *add* other pdfs? Given that they are the same size. Not certain pages, but the whole thing just stuck together. Do you have an idea? Steffen