From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12798 Path: main.gmane.org!not-for-mail From: scarso luigi Newsgroups: gmane.comp.tex.context Subject: merging pdf files Date: 06 Aug 2003 18:31:33 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <1060187493.20878.19.camel@luigis.logo.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1060188011 23584 80.91.224.253 (6 Aug 2003 16:40:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 16:40:11 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Aug 06 18:40:32 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 19kRKy-0006Hm-00 for ; Wed, 06 Aug 2003 18:40:32 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 453C510B3F; Wed, 6 Aug 2003 18:40:29 +0200 (MEST) Original-Received: from luigis.logo.net (host243-111.pool8018.interbusiness.it [80.18.111.243]) by ref.ntg.nl (Postfix) with ESMTP id 41F8E10ACB for ; Wed, 6 Aug 2003 18:34:15 +0200 (MEST) Original-Received: (from luigi@localhost) by luigis.logo.net (8.11.6/8.11.6) id h76GVXL20941; Wed, 6 Aug 2003 18:31:33 +0200 X-Authentication-Warning: luigis.logo.net: luigi set sender to scarsoluigi@libero.it using -f Original-To: ntg-context@ntg.nl X-Mailer: Ximian Evolution 1.0.3 (1.0.3-4) 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:12798 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12798 Hello, I use this code to merge file1.pdf, file2.pdf, file3.pdf in file4.pdf % format=english \definepapersize[A3large][width=320mm,height=450mm,offset=0pt] \setuppapersize[A3,landscape][A3large,landscape] \setuplayout [backspace=0pt,marking=on, height=middle,width=middle,location=middle, topspace=0pt, header=0pt, footer=0pt] \starttext'; \insertpages[file1.pdf][width=0pt] \insertpages[file2.pdf][width=0pt] \insertpages[file3.pdf][width=0pt] \stoptext where file1 is 481 031 bytes file2 is 1 277 167 bytes and file3 is 43 574 bytes. I expected ~2 Mbytes for file4.pdf but file4 is 10 601 693 bytes, ie ~five times the size expected. Why ? Thanks in advance luigi PS. I have a context distribution that is 1 year old, but i can't actually upgrade it (well, if I must do it, I will do !)