Hello,
I was
playing with XMLWroker and its AbstractImageProvider was not working correctly,
because RetrieveImage method of ImageRetrieve.cs file has this line
path = root + src;
Which
means GetImageRootPath of AbstractImageProvider must end with \\ in Windows
machines.
To solve
this problem for all of the available platforms, it's better to use the 
Path.Combine method instead of using + here. This method will take care of a 
lot of
things including \\ or / and security.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to