I’m trying to access the .xsl file by setting the relative path. I’ve written below line in my servlet to set the baseDir:

 

org.apache.fop.configuration.Configuration.put("baseDir","http://localhost:8100/LDNotes/phySignatures/");

 

where phySignatures is the dir where my images are located.

 

I’m getting below error while opening the PDF file:

 

[ERROR] Could not load external SVG: The current document is unable to create an

 element of the requested type (namespace: http://www.w3.org/2000/svg, name: hea

d).

[ERROR] Error while creating area : No ImageReader for this type of image (http:

//localhost:8100/MDNotes/phySignatures/signature.gif)

 

Can somebody please help?

 

Thanks

Jasmin

 

 

 

 

Reply via email to