ProcessDataStandardFormat

run.json
descriptions.json
MissingMethodException
MissingMethodException
Infineon.Mesa.PDF.Text.Stripper 4.8.0.2
MSTEST0037
This commit is contained in:
2025-03-03 11:56:16 -07:00
parent 9d7651e7e0
commit abe39b215b
8 changed files with 52 additions and 47 deletions

View File

@ -73,7 +73,7 @@ internal class Convert
fileInfoCollection.Add(new FileInfo(altHeaderFileName));
result = new(text.Split(new string[] { Environment.NewLine }, StringSplitOptions.None));
}
catch (Exception)
catch (MissingMethodException)
{
if (!File.Exists(pdfTextStripperFileName))
throw;