RE: PDF Transcoder bringing the server down

2005-01-21 Thread Saptarshi Sen
PDF Transcoder bringing the server down Saptarshi Sen wrote: > I am trying to convert an SVG into PDF using the PDF > Transcoder in FOP. There are external fonts embedded into the > PDF. FOP has been embedded into our application which runs on > Weblogic. The entire process

PDF Transcoder bringing the server down

2005-01-20 Thread Saptarshi Sen
Hi, I am trying to convert an SVG into PDF using the PDF Transcoder in FOP. There are external fonts embedded into the PDF. FOP has been embedded into our application which runs on Weblogic. The entire process works fine on my local machine which runs Win 2k. However, when I try th

RE: Handling multiple spaces

2004-12-24 Thread Saptarshi Sen
Re: Handling multiple spaces 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

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

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
respected. If you need to integrate that in a Java application, then look at the Transcoder documentation here: http://xml.apache.org/batik/rasterizerTutorial.html http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/embedding/java/embedding/E xampleSVG2PDF.java?rev=HEAD On 23.12.2004 12:07:50

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
s: We don't seem to have a link to http://xml.apache.org/fop/download.html in the menu structure anymore. On 23.12.2004 10:38:10 Saptarshi Sen wrote: > Hi, > I was trying to get the PDFTranscoder from the head version (as you > had mentioned). Was checking the logs at the fol

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

RE: FOP distorting images

2004-12-07 Thread Saptarshi Sen
Saptarshi. -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 7:28 PM To: [EMAIL PROTECTED] Subject: Re: FOP distorting images Saptarshi Sen wrote: > Hi, > I am trying to generate PDF images (charts with embedded fonts) using >

FOP distorting images

2004-12-07 Thread Saptarshi Sen
Hi, I am trying to generate PDF images (charts with embedded fonts) using FOP version 0.20.5. We first generate a SVG image using a charting tool called PopChart (version 5.1.0). We then create the 'fo' file from this SVG. This is finally fed to FOP to generate the PDF. In

RE: MICR font in FOP as an embedded application..

2004-11-04 Thread Saptarshi Sen
Hi Anil, We are using FOP to convert SVG images -> FO -> PDF. After forming the FO file, we issue a command to FOP to convert it to a PDF. The call to FOP goes somewhat like this: String[] args = new String[]{"-c", userConfigFile, "-fo", inputFile, "-pdf", outputFile}; try

RE: MICR font in FOP as an embedded application..

2004-11-03 Thread Saptarshi Sen
: Wednesday, November 03, 2004 6:38 PM To: [EMAIL PROTECTED] Subject: FW: MICR font in FOP as an embedded application.. -Original Message- From: Anil R. Pinto [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 6:35 PM To: Saptarshi Sen Subject: RE: MICR font in FOP as an

RE: Conversion of a SVG image (RGB) into PDF (CMYK)

2004-10-25 Thread Saptarshi Sen
PROTECTED] Sent: Monday, October 25, 2004 3:35 PM To: [EMAIL PROTECTED] Subject: Re: Conversion of a SVG image (RGB) into PDF (CMYK) Saptarshi Sen wrote: > Hi, > I am trying to convert an image in SVG format into a PDF using FOP. > The SVG image uses the RGB color scheme. How can I ensure

Conversion of a SVG image (RGB) into PDF (CMYK)

2004-10-25 Thread Saptarshi Sen
Hi, I am trying to convert an image in SVG format into a PDF using FOP. The SVG image uses the RGB color scheme. How can I ensure that the PDF output from FOP uses the CMYK color scheme? The SVG image is obtained using a charting tool, Corda PopChart, which does not support CMYK. A

Error while trying to open PDF(created using FOP) in Adobe Illustrator

2004-09-22 Thread Saptarshi Sen
Hi, We tried to generate a pdf (an image) with embedded fonts and are facing a problem. The process that we are following is outlined below. Process 1. We first generate a SVG image of the Chart using Corda PopChart version 5.1. - The reason for choosing SVG as an intermediate