RE: dynamic image in PDF

2002-02-28 Thread Samimi, Ashkan (Contractor)
I have the same problem. The "src" attribute of "external-graphic" accepts only "file:." value not a full URL. Ashkan -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 28 February 2002 07:20 To: [EMAIL PROTECTED] Subject: Re: dynamic image in PDF > I have a se

RE: How to preserve break line ?

2002-02-28 Thread Samimi, Ashkan (Contractor)
Has anybody a solution for this: With Fop_0_15_0 I could make : < fo:block white-space-collapse="false " > line 1 line 3 < / fo:block > and I observed : line 1 line 3 but with the higher versions of Fop, I obtain: line 1 line 3 Is it possible to preserve the break line? Reg

RE: calling fop from java

2002-02-28 Thread Samimi, Ashkan (Contractor)
Try this: This is by the way a part of my servlet. parser = new DOMParser(); parser.parse("invoice1.xsl"); document = parser.getDocument(); Driver FOPDriver = new Driver(); ByteArrayOutputStream out = new ByteArrayOutputStream(); FOPDriver.addElement

FopServlet

2002-03-19 Thread Samimi, Ashkan (Contractor)
Hi, Running this command on command prompt creates the PDF file perfectly: FOP.bat -xml glossay.xml -xsl glossay.xsl -pdf glossay.pdf Running the same with FopServlet http://localhost:7001/FopServlet?xml=glossay.xml&xsl=glossay.xsl Does not do anything. No error messages, no initiation of acr