Click here to Skip to main content
15,898,222 members

Comments by Sirstee5S (Top 4 by date)

Sirstee5S 13-Feb-17 7:20am View    
You may want to check out some existing C# library for PDF they can simplify this task for you. For example here a demonstration sample of how you can read PDF file in C# and also here is an article about how you can create a PDF file in C#.
Sirstee5S 13-Feb-17 7:09am View    
This is the simplest and most efficient way that I found to read an Excel file in C#, in order to use hat approach you need to download a C# Excel library.
Sirstee5S 22-Jan-17 4:45am View    
You can also use the PowerPoint library for C#, it's an alternative approach which would be very useful in cases where you need to process presentation files but you do not have MS PowerPoint installed.
Sirstee5S 22-Jan-17 4:28am View    
I've used this C# code to validate email (or emails), it checks email's format, domain's name, server and email's existence.