且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用c#.net windows应用程序和itextsharp在pdf文件中写入数据?

更新时间:2023-10-19 17:29:22

http://www.mindfiresolutions.com/Create-A -PDF-To-Show-Document-In-Table-Format-Using-C-1824.php [ ^ ]





问候,

Nelge
http://www.mindfiresolutions.com/Create-A-PDF-To-Show-Document-In-Table-Format-Using-C-1824.php[^]


Regards,
Nelge


http://dotnetguts.blogspot.in/2009/06/create-pdf-document-on-fly-in-c-using。 html [ ^ ]

http://www.dotnetspark.com/kb/654-simple-way-to-create-pdf-document-using.aspx [ ^ ]

http://www.developerfusion.com/code/5682/create-pdf-files-on-fly-in-c/ [ ^ ]



http://dotnetguts.blogspot.in/2009/06/create-pdf-document-on-fly-in-c-using.html[^]
http://www.dotnetspark.com/kb/654-simple-way-to-create-pdf-document-using.aspx[^]
http://www.developerfusion.com/code/5682/create-pdf-files-on-fly-in-c/[^]

If You want set font size 
BaseFont bfTimes = BaseFont.CreateFont(BaseFont.TIMES_ROMAN, BaseFont.CP1252, false);
Font times = new Font(bfTimes, 12, Font.ITALIC, Color.RED);



http://www.mikesdotnetting.com/Article/81/iTextSharp-Working-with-Fonts [ ^ ]