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
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
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
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