I have a PDF that have some paragraphs of text and there is the string "Hello" in red over this text. I want to find a simple way to replace this text by an empty string or simply remove it, without hiding the paragraph under it.
Is there a simple and free solution in C# ?
The solutions found on other forums require a licence or are simply hiding the word with a white box, so the text behind is invisible.
Thanks