Hi Tim,
What you are looking for is metadata. You can see the values in Acrobat under
"Datei->Dokumenteigenschaften" as Titel, Verfasser and Thema.
<fo:declarations>
<x:xmpmeta xmlns:x="adobe:ns:meta/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/">
<dc:title>your title here</dc:title>
<dc:creator>your project name</dc:creator>
<dc:description>a descriptive text</dc:description>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
</fo:declarations>
Regards,
Georg Datterl
------ Kontakt ------
Georg Datterl
Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg
HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert
Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20
www.geneon.de
Weitere Mitglieder der Willmy MediaGroup:
IRS Integrated Realization Services GmbH: www.irs-nbg.de
Willmy PrintMedia GmbH: www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de
-----Ursprüngliche Nachricht-----
Von: Tim Landscheidt [mailto:[email protected]]
Gesendet: Freitag, 5. März 2010 18:20
An: [email protected]
Betreff: How to embed property-like information in PDF?
Hi,
I'd like to "mark" the resulting PDF by the stylesheet with
information about the "generation process", i. e. "this file
was generated by stylesheet.xsl version 1.2 with the setting
'abstracts_only=yes' and 'date=2010-03-05'". This informa-
tion doesn't need to and shouldn't be printable per se, but
be available "on inspection". As I understand the documenta-
tion, FOP does not allow to set the PDF document properties,
but requires postprocessing the PDF. Has anyone found a good
solution to circumvent this limitation?
Tim
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]