iTextSharp need to repeat table rows with textfield dynamically
问题 I am reading and filling a dynamic pdf template(having dynamic table with textfields in each cell) below way using iTextSharp [assuming I would be getting a single product info from source]: FileStream fs = new FileStream("C:\\ABC\\DestinationFile.pdf", FileMode.Create); PdfReader reader = new PdfReader("C:\\ABC\\SourceTemplateFile.pdf"); PdfStamper stamper = new PdfStamper(reader, fs); xfa = stamper.AcroFields.Xfa; string[] strProductList = productInfo.Product.Split('|'); string dName=