Justin Cooney

Web Development Tips and Examples

Category: C#

  • When working with the iTextSharp PDF generation libraries for C#, you can use the XMLWorkerHelper object to export a Web page to PDF format. However while doing so you will run into the question of how best to serve the PDF up to your users. Bottom line here is that you have two ways of…

  • In this article I will give fully functioning examples in C# and VB.NET of using the iTextSharp Pdf library of objects to create a simple tabular report. Below I’ve added an image of what the report will look like.

  • In both C# and VB.NET the split method can be very useful for manipulating strings. It’s good to note that in addition to the default split functionality based on one character, the split method in both languages includes useful overloads for handling multiple characters. I have posted further ASP.NET articles that may be of interest. Please take a look and let me know what…