Skip to main content

Posts

Showing posts from September, 2013

How to export Html page to pdf using itextsharp

In this article I will explain how to export ASP.Net Web Page to PDF i.e. Portable Document Format. So let’s start building the sample.

How to download itextsharp and include in your project.

Hello friends Today I am going to show how you can download itextsharp and include in your project. ITextSharp is a C# port of iText, an open source Java library for PDF generation and manipulation. It can be used to create PDF documents from scratch, to convert XML to PDF (using the extra XML Worker DLL), to fill out interactive PDF forms, to stamp new content on existing PDF documents, to split and merge existing PDF documents, and much more.

How to Set and Change common Background to website using Css

Hello Friends Today I am going to show how you can upload an image using File upload control and use as website background. In this article, I am going to show you following things.        How you can upload a file using file upload control.        How you can put check on type of file uploaded, size of file.        Rename file while uploading.        Use this upload image as website background that will change if image changes.

Read pdf using ItextSharp

Hello Friends I am going to show how you can use Itextsharp to read a table or paragraph from pdf In last article I have shown how to download and include itextsharp in project How to download ItextSharp