ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jan Heinen <JaHeinen@gmx.de>
To: ntg-context@ntg.nl
Subject: Re: Huge PDFs
Date: Thu, 29 Dec 2011 17:34:51 +0100	[thread overview]
Message-ID: <4EFC96AB.5040604@gmx.de> (raw)
In-Reply-To: <CAG5iGsBiS4X_-B0cc-p=B-0UkUFgdQbGPk+g90NvWFDSiiYQbw@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 547 bytes --]

>/   pdf ->   pdftops ->ps ->ghostscript ->pdf
/>/   seems to be more robust and gives better results
/>/   -- 
/>/   luigi
/
I will give it a try:
Can you tell me the commands with all the parameters I need ?


I have tried the following:

#!/bin/sh
suffix="_opt.pdf"
pdftops -paper match -level3 $1.pdf tmp.ps
gs -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -dColorConversionStrategy=/LeaveColorUnchanged -dBATCH -dNOPAUSE -sOutputFile=$1.pdf$suffix tmp.ps
rm tmp.ps


But in some cases the PDF-files got bigger instead of smaller.


Regards
Jannis



[-- Attachment #1.2: Type: text/html, Size: 824 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2011-12-29 16:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-29 11:16 Jan Heinen
2011-12-29 12:45 ` luigi scarso
2011-12-29 13:19   ` Hans Hagen
2011-12-29 13:32     ` luigi scarso
2011-12-29 16:34       ` Jan Heinen [this message]
2011-12-29 16:57         ` luigi scarso
2011-12-29 18:44           ` Jan Heinen
2011-12-29 18:47             ` Hans Hagen
2011-12-29 14:46 Jan Heinen

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=4EFC96AB.5040604@gmx.de \
    --to=jaheinen@gmx.de \
    --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).