标签: c# asp.net-mvc datagridview itextsharp cells
目前我尝试将gridview(每行包含一个图像)导出为PDF文件。 我发现PdfPTable table = new PdfPTable(TotalColumns)可以帮助我修改图像并将其插入到列中。比如“table.AddCell(image);”
但是如何将gridview(每一行)的每个单元格的值插入其中? (不使用findcontrol)
非常感谢。
答案 0 :(得分:0)
它是asp.net webforms,对吗?以下是使用iTextSharp将gridview转换为pdf的示例:[^]