From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87695 Path: news.gmane.org!not-for-mail From: Pablo Rodriguez Newsgroups: gmane.comp.tex.context Subject: Re: [+-OT] reducing pdf file Date: Thu, 05 Jun 2014 18:17:09 +0200 Message-ID: <53909805.10008@gmx.es> References: <730875EC-62E7-4C08-AA68-5B74AF67A70E@di.unito.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1401985068 6297 80.91.229.3 (5 Jun 2014 16:17:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2014 16:17:48 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 05 18:17:43 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WsaMH-0000LL-F4 for gctc-ntg-context-518@m.gmane.org; Thu, 05 Jun 2014 18:17:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0ADF1102C1 for ; Thu, 5 Jun 2014 18:17:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5TkzdeqQyObq for ; Thu, 5 Jun 2014 18:17:40 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 5432E10233 for ; Thu, 5 Jun 2014 18:17:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AE190101E3 for ; Thu, 5 Jun 2014 18:17:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WZa6tre+FORV for ; Thu, 5 Jun 2014 18:17:27 +0200 (CEST) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id E130B101E2 for ; Thu, 5 Jun 2014 18:17:17 +0200 (CEST) Original-Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s55GHGNi028381 for ; Thu, 5 Jun 2014 18:17:17 +0200 Original-Received: from [192.168.1.33] ([88.9.253.25]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0LmrE2-1WI84k1sia-00hAKr for ; Thu, 05 Jun 2014 18:17:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <730875EC-62E7-4C08-AA68-5B74AF67A70E@di.unito.it> X-Provags-ID: V03:K0:yJD4GcdRm5QQR8d6Rk9/30NYcsD8i2Km/4pRL4TwBcVGtiumeFA VJnQB7QxMphFw1lLgNxIBzM48YIcjV9tA4DH3lk+kmvdzXf8NE20fVVyQUs0v1y+v/DYPJp hSeFmhFxjSlxHDSbwu6SHgLIWZVi0vILpd8kwdYmdYr8gJVqvI9UnyXD+yJnrozz6FKSlvT QUD8Yt22wQdmL+bTzssNw== X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=74.208.4.200; country=US; region=Pennsylvania; city=Wayne; latitude=40.0440; longitude=-75.3877; http://maps.google.com/maps?q=40.0440,-75.3877&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WMaEhgKF - df74ac95542b - 20140605 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:87695 Archived-At: On 06/05/2014 12:24 PM, Andrea Valle wrote: > The problem lies in its size: 220 Mb. > Could anyone provide a method (if any) for reducing the size? This command should reduce your file: java -cp Multivalent20060102.jar tool.pdf.Compress huge-document.pdf Multivalent can be found at http://www.vrspace.org/sdk/java/multivalent/Multivalent20060102.jar. BTW, the newer Multivalent release from 2009 doesn=92t include the compression tool. I hope this helps, Pablo -- = http://www.ousia.tk ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________