RandList width ...

2002-06-13 Thread RAYMOND Romain

Hello,

please does anyone has informations about how to fix
randlist width so that it is so narrow as elements inside ?

My problem is that I have radlist inside others and their
width go growing ... like : 

Randlist 
||||
-bob(width 1)|  blablablablablablablablablablablablabl

... 

-nesta (width 2)   | blabla 


.

Thanks,
romain.


Sending generated PDF directly to printer

2002-04-16 Thread RAYMOND Romain

Hello,

is there examples or docs to send the result of an FOP transformation to
a printer ?


thanks.


Re: SVG rendering in release 0.20.3

2002-04-15 Thread RAYMOND Romain

hello,
same problem for me, it is okay with a .gif file but svg dos not render
...
or gives up a strange picture wich seems to indicate something like 
file not found .

Matthew L. Avizinis a écrit :
 
 The rect renders fine.  It's actually the image that actually causes the
 problem.
 Here, I have used an svg that I knew worked previously.  I have tried an
 href URI that is relative and an absolute path, e.g. D:\pictures\test.svg.
 I have tried a URL, e.g. http://test.gleim.com/pictures/test.svg.  I have
 tried file:[EMAIL PROTECTED], file:/[EMAIL PROTECTED], file://[EMAIL 
 PROTECTED], and file:///[EMAIL PROTECTED]  I
 believe I have tried every option I have ever seen suggested in this list to
 no avail.
 
  -Original Message-
  From: J.Pietschmann [mailto:[EMAIL PROTECTED]
  Sent: Saturday, April 13, 2002 12:13 PM
  To: [EMAIL PROTECTED]
  Subject: Re: SVG rendering in release 0.20.3
 
 
  Matthew L. Avizinis wrote:
   It still doesn't work with the new batik.jar.
   Anything else to check?
 
  I was going to ask whether your SVG code renders ok
  in the SVG browser, unfortunately, the SVG browser
  packaged in the jar distributed with FOP 0.20.3 doesn't
  run.
  I got something similar to your code working in the
  SVG browser from Batik-1.1rc, with some foo values
  in place of the XPath expression from your XSL code
  snipped.
 
  J.Pietschmann


external-graphic SVG problem ...

2002-04-11 Thread RAYMOND Romain

Is there a problem to fix a SVG heigth in an external-graphic 
I cannot dot it.


thanks.


.fo entity problem ?

2002-04-04 Thread RAYMOND Romain

Hello,

Is there a way to escape entity problems (such as eacute;) in the .fo
file ?

We realize a first transformation to obtain a .fo file which is there
after
treated by FOP (Driver.run() ...).
Problem is that we generate this fo file with entities inside, so is
there
methods to pass an entity resolver to FOP transformer (as URIResolver
for classic transformer) ?


thanks.


Re: fop configuration

2002-04-02 Thread RAYMOND Romain

hello,

Please what are the nedded libraries to use FOP embending in TC 4.0.3,
I use FOp 0.20.1.
I fail to use the given example ?

And what about the jar xalan-1.2.2, xalan-2.0.0 and xalanj1compat ?

Can I only use last xalan distribution and if not why ?

Thanks.


external-graphic : protocol error

2002-03-29 Thread RAYMOND Romain
Hello,

I cannot access images while building my PDF throught FOP, return error
is
 no protocol . Althought I used (as in the examples) a file:path ...

What is the synthax ? The FopServlet example use an absolute path to get
the fo file, but I generate the fo in memory ... my output PDF is good
except
the images problem and the no protocol error.
Some help ?


Thanks.


Re: Images on JDK 1.1

2002-03-29 Thread RAYMOND Romain
I think , I have readen you can only use .bmp with JDK1.1

 Marco Fabbri a écrit :
 
 Hi all,
 I haven't found FAQ about it so...
 Sorry in advance for the poor question.
 I need to use fo:external-graphic on a JDK 1.1 and FOP 0.20.3
 environment.
 What I have to do?
 I've added the jimi1-0.jar on the classpath but it wasn't enough...
 
 Marco Fabbri