FOP Extensions

2002-01-10 Thread Software AG
Hi, there. Trying to create a FOP Extension I'm getting totally confused with the docs. The HTML document says to just have a look at org.apache.fop.extensions.* and implement the ExtensionObj interface. ExtensionObj is not an interface but a class, and hardly documented. So all I know is I need

AW: FOP Extensions

2002-01-14 Thread Software AG
t is a bit more difficult. > > It doesn't say to extend ExtensionObj, this is just an example. > > More below... > > On 2002.01.10 18:15 Software AG wrote: > > Hi, there. > > > > Trying to create a FOP Extension I'm getting totally > confused

AW: FOP servlet use and SSL?

2002-01-14 Thread Software AG
Hi. setContentType("Application/pdf") worked for me in http environment. Perhaps test if you face a client or server bug by downloading a simple PDF via the Webserver and HTTPS. If the client still asks for a password, I'd sa it's a client bug. Maybe the acrobat viewer is considered unsafe as Act

fop-dev@xml.apache.org

2002-01-17 Thread Software AG
Hi there. I faced the same problem, which means I cannot print documents that contain & inside the text. Unforunately I cannot use character or entity references, as the document has already been parsed by Xerces, transformed by Xalan and I pass the DOM over to FOP. Does that mean I have to exch