lilypond-user
[Top][All Lists]
Advanced

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

Re: More PDF metadata


From: M Watts
Subject: Re: More PDF metadata
Date: Mon, 30 Aug 2010 09:50:38 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100413 Fedora/3.0.4-2.fc13 Thunderbird/3.0.4

On 08/29/2010 12:33 AM, Henning Hraban Ramm wrote:
Is it possible to insert PDF metadata (pdfmarks) into LilyPond's
PostScript output?


I use pdftk for this (and other cool stuff)
http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/

To add metadata, you write a text file that looks like

InfoKey: Title
InfoValue: My Wonderful Title

InfoKey: Subject
InfoValue: My brilliant piece

InfoKey: Keywords
InfoValue: other stuff

etc

(or possibly extract the info from your .ly with some sed incantation)

then run

pdftk old-file.pdf update_info metadata.txt output new-file.pdf




reply via email to

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