The only thing close to metadata in XSL-FO is fo:title on
fo:page-sequence, I think. We would have to write a FOP extension
(similar to outlines) to bring metadata over to the PDF document. (Maybe
this would also be a job for http://exslfo.sourceforge.net or XSL 1.1.)

At the moment you can only do it with Java (on the PDFRenderer instance)
and only with a small subset of values (setProducer()) if you don't hack
the PDF renderer.

On 09.05.2003 17:18:58 Clay Leeds wrote:
> Jeremias Maerki wrote:
> > Well, I think there's two kinds of metadata available in PDF. The
> > chapter 9.2.1 (PDF spec) "Document Information Dictionary" object
> > (represented by PDFInfo.java) which takes the basic values such as
> > creator, title, keywords, etc. And there are metadata streams (chapter
> > 9.2.2). These have not yet been implemented and I can't tell offhand how
> > much work it would be to implement them. I guess it depends what exactly
> > you need to place in the PDF.
> 
> I've read the chapter 9.2.1 (PDF spec) "Document Information Dictionary" 
>   and still don't know how to leverage this piece of information. Must I 
> use Java to add this meta-data to the PDF file, or can I do it from the 
> command line interface? In other words, can it be done from within 
> xsl-fo? What do the calls look like?



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to