如何创建pdf文件以在c#window应用程序中存储员工薪资单细节。在这个pdf文件中,我想显示员工的工资单细节..

问题描述:

如何创建pdf文件以在c#window应用程序中存储员工薪资单细节。在这个pdf文件中,我想显示员工的工资单细节..

How to create pdf file to store employee payslip detail in c# window application. In this pdf file i want to show employee payslip details..

要生成PDF本身,您可以使用iText的.NET端口;这个端口叫做iTextSharp:

http://en.wikipedia.org/wiki/IText [ ^ ],

http://itextpdf.com/ [ ^ ],

http://sourceforge.net/projects/itextsharp/ [ ^ ]。



我也提供了iText的链接,因为几乎所有需要使用iTextSharp的文档都在那里,作为Java文档提供。



请带自己照顾你的细节。



-SA
To produce PDF itself, you can use the .NET port of iText; this port is called iTextSharp:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^],
http://sourceforge.net/projects/itextsharp/[^].

I provided links to iText, too, because nearly all documentation you need to work with iTextSharp is there, provided as Java documentation.

Please take care of your detail by yourself.

—SA