You want to add text to an existing PDF file using iTextSharp, find different ways, but in all of them authors and readers are separate PDF files.
, iText (Sharp) PDF PdfStamper, PDF, iText . , , ; . - , - , .
, , . , PdfReader :
PdfReader reader = new PdfReader(path);
using (FileStream stream1 = File.Open(path, FileMode.OpenOrCreate))
{
BaseFont bf = BaseFont.CreateFont(fontPath, BaseFont.IDENTITY_H, BaseFont.EMBEDDED);
...
, MemoryStream, FileStream, , , .