iText7(PdfSweep):System.ArgumentException:CharacterRenderInfo对象表示单个字符

时间:2018-04-24 14:38:49

标签: c# itext7

尝试使用PDFSweep 2.0(C#)从PDF编辑一些文本。 以下代码适用于我拥有的大多数PDF文件,但在某些PDF文件中,下面的代码会抛出ArgumentException

foreach((new ReflectionClass('daughter'))->getMethods() as $method){
    if($seekMethod == $method->name){
        echo "Found {$method->class}::{$method->name}";
    }
}

完整的异常堆栈如下所示:

Found father::wallet

我倾向于认为这是iText中的错误,任何人都可以建议解决方法吗?

0 个答案:

没有答案