I'll defer to the interested parties to design that. I haven't looked
into what would be necessary to have. But design work should probably be
done over on [EMAIL PROTECTED]

On 11.07.2008 15:22:03 Jiri Tyr wrote:
> Can you send me some example of FO with the fox:pdf-catalog example? 
> Then I could try to investigate if I can clone and modify the XMP for 
> this purpose.
> 
> Jiri
> 
> 
> Jeremias Maerki wrote:
> > Take a look at the XMP metadata extension which is quite similar to
> > what's necessary here:
> > src/java/org/apache/fop/fo/extensions/xmp/*.java
> > The PDFRenderer has to be extended, too, to catch the
> > ExtensionAttachment subclass for the extension and react on it.
> > 
> > It's not too difficult to implement this but it takes a few changes in
> > at least three packages. It also requires learning a bit about PDF so
> > you can extend the PDF library accordingly. HTH
> > 
> > On 11.07.2008 14:27:59 Jiri Tyr wrote:
> >> So it is necessary to create some special interface for this purpose? I 
> >> mean some general interface for input from a config file and from FO 
> >> file. If this interface exists it should not be difficult to change any 
> >> property from users Java program.
> >>
> >> How difficult it can be to implement such think in FOP? If somebody have 
> >> a time to sketch out the solution, it would be great.
> >>
> >> Jiri
> >>
> >>
> >> Jeremias Maerki wrote:
> >>> Yes, the FO spec allows that. Please realize that some people want one
> >>> feature to be configurable in the config file. Others want to access it
> >>> programmatically. And others want to include it in the FO file. Often we
> >>> end up doing the same in more than one places.
> >>>
> >>> On 11.07.2008 12:27:09 Justus-bulk wrote:
> >>>> Are processor-specific fo extensions really the generally-accepted way
> >>>> to go? I'd hesitate because this requires processor-specific XSLT
> >>>> customizations. Are there really no better ways to to pass
> >>>> document-specific parameters to the FO processor: command-line
> >>>> options, .properties files, ...
> >>>>
> >>>> Justus
> >>>
> >>> Jeremias Maerki



Jeremias Maerki


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

Reply via email to