lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 4251 in lilypond: Enhancement: Reduce size of


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4251 in lilypond: Enhancement: Reduce size of PDF files when included in *TeX documents
Date: Thu, 29 Jan 2015 19:07:50 +0000


Comment #19 on issue 4251 by address@hidden: Enhancement: Reduce size of PDF files when included in *TeX documents
https://code.google.com/p/lilypond/issues/detail?id=4251

Here it is (untested).

=====

@item -b, --bigpdfs
@cindex bigpdfs

Mit dieser Option generierte PDF-Dateien sind deutlich größer als sonst,
weil keine oder nur minimale Zeichensatz-Optimierung erfolgt.  Werden
jedoch zwei oder mehrere solcher PDF-Dateien in @address@hidden,
@address@hidden oder @address@hidden eingebunden und
anschließend mit ghostscript weiterverarbeitet, entstehen
@emph{signifikant} kleinere PDF-Dokumente, da die Zeichensatzdaten mit
dieser Methode viel besser reduziert werden können.

Nach

@example
lilypond -b myfile
@end example

@noindent
sollte @code{ghostscript} wie folgt ausgeführt werden.

@example
gs -q -sDEVICE=pdfwrite -o gsout.pdf myfile.pdf
@end example

Mit Hilfe von @uref{https://code.google.com/p/pdfsizeopt/,
@code{pdfsizeopt.py}} kann die Ausgabedatei noch mehr verkleinert
werden.

@example
pdfsizeopt.py --use-multivalent=no gsout.pdf final.pdf
@end example


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

[Prev in Thread] Current Thread [Next in Thread]