XMLReader...

2003-02-21 Thread Swapan Golla
I am trying to convert an svg document into pdf using . It doesn't seem to work properly on weblogic server. It gives the following error: [ERROR] Could not load external SVG: SAX2 driver class weblogic.xml.jaxp.RegistryXMLReader loaded but cannot be instantiated (no empty public constructor?) [E

Re: XMLReader...

2003-02-26 Thread Swapan Golla
Any ways to instruct FOP to use a particular SAXParser rather than setting as system property ? Swapan. --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Swapan Golla wrote: > > [ERROR] Could not load external SVG: SAX2 driver > class > > weblogic.xml.jaxp.Reg

HTML to FO

2003-02-26 Thread Swapan Golla
I am having a need to convert html ( or xhtml ) to fo documents and then to pdf. Any suggestions on the best ways to achieve this ? I should be able to use/call this from my java program. Thanks in advance, Swapan. __ Do you Yahoo!? Yahoo! Tax Cent

Wrong operand type error in ASV 3.0

2003-02-27 Thread Swapan Golla
Hi All, I have written a small svg document and embedding this svg document in an FO document to covert to pdf. I guess the FOP completely depends on batik for SVG2PDF conversion. When I try to open the resulting pdf, it says wrong operand type. Can anybody help ? Thanks in advance, Swapan. h

Re: Wrong operand type error in ASV 3.0

2003-03-02 Thread Swapan Golla
The error still persists even after I changed the width to 1. Swapan. --- Keiron Liddle <[EMAIL PROTECTED]> wrote: > > > > > > stroke="#00" stroke- > > width="0.5" /> > > IIRC It is probably an error caused by this line > being 0.5 width. In PDF lines can > only be whole numbers and it

Re: Batik Extension/FOP problem

2003-03-06 Thread Swapan Golla
Yes. I am using the 0.20.5rc2. May be for the batik extensions to work through FOP, I need to tweak some batik code also?? Swapan. --- Keiron Liddle <[EMAIL PROTECTED]> wrote: > > Hi All, > >I am trying to use batik extensions through > > FOP. I added BatikElementMapping and BatikObj >

Batik Extension/FOP problem

2003-03-06 Thread Swapan Golla
Hi All, I am trying to use batik extensions through FOP. I added BatikElementMapping and BatikObj objects into my FOP src and then registered them in the driver class but I am still getting some exceptions. Can anybody help me out ? I am trying to embed the flowText.svg ( provided by batik d

Trademark and copyright symbols

2002-10-07 Thread Swapan Golla
Hi All, I have text node which has copyright (©) and trademark (™) symbols embedded in it. When I produce pdf using FOP 0.20.4, I get © for copyright symbols on windows 2000 platform and Â#© on linux redhat 7.2 platform. I am using jdk 1.3.1_03. Anybody know why this is occuring ? Any h