> -----Original Message----- > From: Abel Braaksma [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 10:39 AM > > Pascal Sancho wrote: > > commandLine: -v option > > Java: org.apache.fop package, Class Version, getVersion() method. > > > > Pascal > > > > I am aware of those options, they are all at places hidden > for me, as a user. All I can do is provide an XSLT which > creates (from some source) XSLFO (which in turn is > automatically processed by the internal fop proc, which can > be different on different installations). As a user of our > system, I cannot access the fop.jar directly. > > Hmm, perhaps I can create an extension function for XSLT. But > then, that will call the fop version available on the moment > that the XSLT is processing. Which is (in our case) not > necessarily the same (esp. in the aforementioned case, where > fop.jar was from a diff. location than I expected. > > -- Abel
You cannot have the FOP version in the XSL-FO file since at this stage, FOP is not yet invoked. But you can check the "PDF producer" property of your PDF file, witch gives engine+version used to make the PDF. Awt viewer can help you too. Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
