transcoding performance question

2004-04-30 Thread Chris Farmer
Hi... I am currently using batik to render some simple SVG documents into a larger PDF document. The code for this step was modified from code I found on the iText mailing list: PrintTranscoder prm = new PrintTranscoder(); prm.addTranscodingHint(SVGAbstractTranscoder.KEY_WIDTH, new Float(width))

Re: Using FlowText.

2004-04-30 Thread Robert Marcano
On Fri, 2004-04-30 at 19:54, steve stout wrote: > I have a simple problem... I hope. I'm trying to make use of the > FlowText extension, but it just isn't working... even on the samples in > samples/extensions. No text is showing up, but the rest of the SVG is > being rendered fine. > > Is th

Using FlowText.

2004-04-30 Thread steve stout
I have a simple problem... I hope. I'm trying to make use of the FlowText extension, but it just isn't working... even on the samples in samples/extensions. No text is showing up, but the rest of the SVG is being rendered fine. Is there something special I need to do to enable the extension?

Offscreen elements measurement

2004-04-30 Thread Robert Marcano
Hola... I have been trying to measure some elements of and SVG drawing using DOM. The document is loaded with the following code String parser = XMLResourceDescriptor.getXMLParserClassName(); SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser); Document doc = f.createDocument(url.toExtern

convert gml-svg/urgent

2004-04-30 Thread hamdi ines
hello, I want with what's tool can I convert directly the GML file (geography markup lmanguage) in XSLT and then in SVG or directly from GML to SVG. THANKS Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail Dialoguez en direct avec vos amis grâce à Y

Re: Pb transcoding a SVG file into PNG

2004-04-30 Thread Marc Chung
Hi Nicolas, You should be able to configure Eclipse (I'm guessing WSAD too) to use a different JRE System Library. If you are in the DOS console AND threads are hanging, your "main" method would not end, unless you call System.exit(0). The fact that the program, which you ran in DOS w/ JDK1.

Re: Pb transcoding a SVG file into PNG

2004-04-30 Thread Nicolas Hemonic
Hi Marc, > However, it is possible that your hanging thread has nothing to do with this. > If you can test the code in a 1.4 environment, it would confirm the > problem/solution. All of my code is in Websphere Studio Application Developper (WSAD) 5.0. So the JDK is the 1.3. I made a test by expor

Pb transcoding a SVG file into PNG

2004-04-30 Thread Nicolas Hemonic
Hi Mathias, > I also create PNG files and it works without createNewFile(). Normally > the file is automatically created. Seeing the batok default example, I thought that it would have run without creating the file. But, in my case, if I do not create the file before, it does not work. Perhaps wh