ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: scarso luigi <scarsoluigi@libero.it>
Subject: merging pdf (repost)
Date: 07 Aug 2003 14:29:19 +0200	[thread overview]
Message-ID: <1060259359.23550.5.camel@luigis.logo.net> (raw)

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 !)

             reply	other threads:[~2003-08-07 12:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07 12:29 scarso luigi [this message]
2003-08-07 13:52 ` Hans Hagen
2003-08-07 16:10   ` merging pdf scarso luigi
2003-08-08  7:58     ` Hans Hagen
2003-08-08  8:48       ` scarso luigi
2003-08-08 10:20         ` Hans Hagen
2003-08-08 12:15           ` scarso luigi
2003-08-08 12:59             ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1060259359.23550.5.camel@luigis.logo.net \
    --to=scarsoluigi@libero.it \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).