From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12812 Path: main.gmane.org!not-for-mail From: scarso luigi Newsgroups: gmane.comp.tex.context Subject: merging pdf (repost) Date: 07 Aug 2003 14:29:19 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <1060259359.23550.5.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 1060259863 1240 80.91.224.253 (7 Aug 2003 12:37:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 12:37:43 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Aug 07 14:38:05 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 19kk1t-0006Og-00 for ; Thu, 07 Aug 2003 14:38:05 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A131F10B7D; Thu, 7 Aug 2003 14:37:59 +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 0F38410AFC for ; Thu, 7 Aug 2003 14:32:01 +0200 (MEST) Original-Received: (from luigi@localhost) by luigis.logo.net (8.11.6/8.11.6) id h77CTKU23624; Thu, 7 Aug 2003 14:29:20 +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:12812 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12812 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 !)