Hello Team,
I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table…
example
prop.check = <<[prop.check]>>
prop.example…...foreach (Paragraph p in doc.GetChildNodes(NodeType.Paragraph, true)...true).OfType<Paragraph>()) { string paraText = p.ToString(SaveFormat...