我有一些問題,行跨度: var doc1 = new Document();
doc1.SetPageSize(PageSize.A4.Rotate());
string path = Server.MapPath("PDFs");
PdfWriter.GetInstance(doc1, new FileStream(path + "/Doc1.pdf", Fi
我使用ASP.NET 3.5與iTextSharp的,我有下面的代碼保存在新的文件: var templatePath = Server.MapPath(@"~/Templates/template1.pdf");
var newFilePath = Server.MapPath(@"~/TempFiles/new.pdf");
PdfReader pdfReader = new PdfRe