We are using Pdf library to generate some dynamic contracts, where the initial pdf has some text placeholders, then after collecting data form the user we generate the end contract.
While doing this, we discovered a ver…...all the needed text using the Regex and TextAbsorber, then having...(var field in fields) { var regex = CreateFieldRg(field.Name);...