且构网

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

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

更新时间:2023-02-05 15:12:47

要生成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