首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
iTextCharp c#
】的更多相关文章
iTextCharp c#
//引用iTextSharp static void testPdf() { var document = new Document(); var writer = PdfWriter.GetInstance(document, new FileStream("./test.pdf",FileMode.Create)); document.Open(); //最小元素 document.Add(new Chunk("Chunk")); //段落 document.A…