Re: Handling multiple spaces

2004-12-27 Thread Jeremias Maerki
Sorry for the delay. Christmas got in the way. On 24.12.2004 13:57:47 Saptarshi Sen wrote: > Hi, > I am just not able to embed fonts into my PDF images while using > PDFTranscoder. As a result, the PDF's are quite large. But the output looks fine, right? > I created a config file wit

RE: Handling multiple spaces

2004-12-24 Thread Saptarshi Sen
l:space" attribute which I can plug into the 0.20.5 code and rebuild the fop.jar file? Wish you a Merry Christmas. Thanks, Saptarshi. -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 2004 12:54 PM To: [EMAIL PROTECTED] Subject:

Re: Handling multiple spaces

2004-12-24 Thread Jeremias Maerki
On 24.12.2004 06:36:14 Saptarshi Sen wrote: > Hi, > I got the problem regarding the NoClassDefFoundErrors. The new jars > weren't mentioned in my Manifest file. Now that I look at this a second time I realize that you mean that you've solved the problem. D'Oh. > I was able to generate PDF'

Re: Handling multiple spaces

2004-12-24 Thread Jeremias Maerki
On 23.12.2004 17:29:45 Saptarshi Sen wrote: > This is getting increasingly away from FOP and closer to > Batik. I hope that's not a problem for you. FOP is a XSL-FO converter while Batik is an SVG converter. FOP just happens to implement the part that converts SVG to PDF. This aspect is subop

FW: Handling multiple spaces

2004-12-24 Thread Saptarshi Sen
the same/similar thing here?) I am attaching a typical SVG file that is generated by PopChart. Regards, Saptarshi. <> > -Original Message- > From: Saptarshi Sen > Sent: Thursday, December 23, 2004 10:00 PM > To: '[EMAIL PROTECTED]&#x

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
s lib directory). In my case, I have all the jar's already in my Weblogic's application folder. Thanks, Saptarshi. -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 7:37 PM To: [EMAIL PROTECTED] Subject: Re: Handling multiple

Re: Handling multiple spaces

2004-12-23 Thread Jeremias Maerki
Uh, now it gets complicated On 23.12.2004 14:32:56 Saptarshi Sen wrote: > Hi, > I got the desired output using Batik. I am now trying to integrate it > into my application. > > Since Batik uses the PDFTranscoder class from FOP, what are the > various jar's that I need to include i

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
Maerki [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 5:13 PM To: [EMAIL PROTECTED] Subject: Re: Handling multiple spaces Same here. That's why I said earlier, that you should use the PDF Transcoder (not FOP itself) if you can live without XSL-FO, because if you need XSL-FO (whic

Re: Handling multiple spaces

2004-12-23 Thread Jeremias Maerki
Same here. That's why I said earlier, that you should use the PDF Transcoder (not FOP itself) if you can live without XSL-FO, because if you need XSL-FO (which I don't know) then you've got bad luck because there's currently no work-around. The CVS HEAD code is our code currently being redesigned a

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
PROTECTED] Sent: Thursday, December 23, 2004 3:36 PM To: [EMAIL PROTECTED] Subject: Re: Handling multiple spaces Please, always follow up on the fop-users mailing list so other people can profit, too. The right URL is actually this one: http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/f

Re: Handling multiple spaces

2004-12-23 Thread Jeremias Maerki
, 2004 7:07 PM > To: [EMAIL PROTECTED] > Subject: Re: Handling multiple spaces > > > Seems to be a bug in the SVG part in FOP 0.20.5. The attribute is > respected in the new SVG transcoder (in FOP CVS HEAD), however. If you > only need to convert the SVG into PDF (without any r

Re: Handling multiple spaces

2004-12-22 Thread Jeremias Maerki
From: Saptarshi Sen > > Sent: Wednesday, December 22, 2004 12:54 PM > > To: FOP Mailing List (E-mail) > > Subject:Handling multiple spaces > > > > Hi, > > We are using FOP to convert SVG images into PDF. The SVG images are > > generated

RE: Handling multiple spaces

2004-12-22 Thread Saptarshi Sen
Saptarshi. <> > -Original Message- > From: Saptarshi Sen > Sent: Wednesday, December 22, 2004 12:54 PM > To: FOP Mailing List (E-mail) > Subject: Handling multiple spaces > > Hi, > We are using FOP to convert SVG images into PDF. The SVG im

Handling multiple spaces

2004-12-22 Thread Saptarshi Sen
Hi, We are using FOP to convert SVG images into PDF. The SVG images are generated using a tool called PopChart. When we view the SVG image, multiple spaces are collapsed into a single space. This can be offset using the xml:space="preserve" attribute in the text tags. Is there any