I'm looking for advice on learning C#. It will be my first programming language. I just had a request for a program that will append a page on every pdf in a folder. So I thought it would be fun to use this request to learn C#.
You can also simply do a
Google search and find a wide array of resources, articles and tutorials on C#.
As far as manipulating PDFs with C#, I would take
bbcompent1's advice and check out
iTextSharp. It's very easy to use once you pick up C# (or even at an introductory level) and there an abundance of samples and tutorials out there to get you started.
dataanalyst0...
0 Points
1 Post
Learning C#
Jan 31, 2013 04:28 PM|LINK
I'm looking for advice on learning C#. It will be my first programming language. I just had a request for a program that will append a page on every pdf in a folder. So I thought it would be fun to use this request to learn C#.
Does anyone know of some helpful tutorials?
bbcompent1
All-Star
33097 Points
8529 Posts
Moderator
Re: Learning C#
Jan 31, 2013 04:31 PM|LINK
Well, here is a starting point for you that gives a walkthrough on how to create a basic PDF file:
http://www.c-sharpcorner.com/UploadFile/f2e803/basic-pdf-creation-using-itextsharp-part-i/
once you familiarize yourself with the application interface in itextsharp, you should be able to figure out how to add pages and what not.
Rion William...
All-Star
27886 Points
4611 Posts
Re: Learning C#
Jan 31, 2013 04:47 PM|LINK
Microsoft features a great deal of tutorials and articles on Learning C# :
Getting Started with C#
C# Resources
You can also simply do a Google search and find a wide array of resources, articles and tutorials on C#.
As far as manipulating PDFs with C#, I would take bbcompent1's advice and check out iTextSharp. It's very easy to use once you pick up C# (or even at an introductory level) and there an abundance of samples and tutorials out there to get you started.
Using iTextSharp with C#
Getting Started with Creating PDFs in .NET (from mikesdotnetting)
Generating PDFs using iTextSharp
AarthiPalani...
Member
61 Points
35 Posts
Re: Learning C#
Feb 01, 2013 03:08 AM|LINK
Hi,
Following link may help you
http://www.codeproject.com/Articles/18040/Tutorials-on-creating-PDF-files-using-C-2-0
Aarthi
istever
Member
16 Points
8 Posts
Re: Learning C#
Feb 01, 2013 04:23 AM|LINK
Here is another link to a good book which I started off with a long time ago switching over from VB.