Guilherme Cardoso, Blog EN

.NET geek

  Home  |   Contact  |   Syndication    |   Login
  21 Posts | 0 Stories | 21 Comments | 0 Trackbacks

News

Name: Guilherme Cardoso
Age: 19
Country: Portugal


pontonetpt

NetPonto

xaml pt

Twitter





Archives

September 2010 Entries

In this article i'll show very quick how to write an .pdf document in .NET. First of all, download the itextsharp library and add the reference to your project: http://itextpdf.com/ Now create a new class, like pdfHandler.cs and a method to generate the .pdf document. With itextsharp we work with a few objects to generate the pdf. The Document will handle with the .pdf document, and will create automatically the pages. The PdfWriter is responsable for the .pdf file. It defines where it's saved. In...

smtp4dev is a greate smtp server that listens for smtp traffic and displays the emails sent, but it doesn't send the emails (you can see them, but they don't are received). I use this tool to tests and debugging, it's really good ;) Download: http://smtp4dev.codeplex.co...