RE: PDF Transcoder bringing the server down

2005-01-21 Thread Saptarshi Sen
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 works fine on my local machine which runs Win

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

FW: Handling multiple spaces

2004-12-24 Thread Saptarshi Sen
, Saptarshi. pieUnicodeSVG.svg -Original Message- From: Saptarshi Sen Sent: Thursday, December 23, 2004 10:00 PM To: '[EMAIL PROTECTED]' Subject: RE: Handling multiple spaces This is getting increasingly away from FOP and closer to Batik.nevertheless, I am

RE: Handling multiple spaces

2004-12-24 Thread Saptarshi Sen
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's from my

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
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 following location: http

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
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 Saptarshi Sen wrote: Hi, I tried

RE: Handling multiple spaces

2004-12-23 Thread Saptarshi Sen
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 in my project path. I

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: Handling multiple spaces

2004-12-22 Thread Saptarshi Sen
. pieUnicodeSVG.fo -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 images are generated using a tool called

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.

RE: FOP distorting images

2004-12-07 Thread Saptarshi Sen
. -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 version 0.20.5. We

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 {

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.

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