Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
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..
Posted

1 solution

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
 
Share this answer
 
Comments
Espen Harlinn 28-Feb-13 8:15am    
5'ed!
Sergey Alexandrovich Kryukov 28-Feb-13 11:05am    
Thank you, Espen.
—SA
bharat5483 1-Mar-13 0:22am    
thank u
SA
Sergey Alexandrovich Kryukov 1-Mar-13 0:39am    
You are welcome. Will you accept the answer formally (green button)?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900