我正在使用以下代码从GridView中使用iTextSharp生成PDF,但是生成的PDF对我是不可见的。我如何在我的html页面中查看它?font = new iTextSharp.text.Font(bf, 10, iTextSharp.text.Font.NORMAL); iTextSharp.text.pdf.PdfPCell cell = new
我正在打印使用iTextSharp生成的Avery标签。chunkFmp1 = new iTextSharp.text.Chunk(string.Format(" {0}\n", patient.FmpSsn));
chunkFmp1chunkName1 = new iTextSharp.text.Chunk(string.Format(" {0}\n", patient.PatientName));chunkData1 = new iTextSha
table = new iTextSharp.text.pdf.PdfPTable(columns);
// padding can only be set for cellscell = new iTextSharp.text.pdf.PdfPCell(new iTextSharp.text.Phrase(cellText)) { BackgroundColor = newiTextSharp.text.BaseColor(System.Drawing.ColorTransla