当我从unc路径创建imagedata对象时,在使用图像的unc路径时会得到'iText.IO.IOException'。
示例:
ImageDataFactory.Create(@"\\servername\share\test.jpg");
异常:
iText.IO.IOException: 'I/O exception.'
DirectoryNotFoundException: Could not find a part of the path 'C:\share\test.jpg'.
未知路径的'\\servername\'
部分被iText替换为'c:\'
。
环境:
Windows 10 x64 ZH ItextSHarp版本7.0.5.0