Код: Выделить всё
//using iTextSharp.text.pdf;
string OrigFile = "Original.pdf";
string ResultFile = "MyPDF.pdf";
using (PdfReader reader = new PdfReader(OrigFile))
{
for (int i = 1; i
Подробнее здесь: [url]https://stackoverflow.com/questions/78807439/replace-text-in-pdf-using-itextsharp-library-with-c-sharp[/url]